/btstack/src/ble/ |
H A D | le_device_db_tlv.c | 265 bool ok = le_device_db_tlv_store(index_to_use, &entry); in le_device_db_add() local 287 int ok = le_device_db_tlv_fetch(index, &entry); in le_device_db_info() local 305 int ok = le_device_db_tlv_fetch(index, &entry); in le_device_db_encryption_set() local 334 int ok = le_device_db_tlv_fetch(index, &entry); in le_device_db_encryption_get() local 356 int ok = le_device_db_tlv_fetch(index, &entry); in le_device_db_remote_csrk_get() local 366 int ok = le_device_db_tlv_fetch(index, &entry); in le_device_db_remote_csrk_set() local 382 int ok = le_device_db_tlv_fetch(index, &entry); in le_device_db_local_csrk_get() local 395 int ok = le_device_db_tlv_fetch(index, &entry); in le_device_db_local_csrk_set() local 412 int ok = le_device_db_tlv_fetch(index, &entry); in le_device_db_remote_counter_get() local 423 int ok = le_device_db_tlv_fetch(index, &entry); in le_device_db_remote_counter_set() local [all …]
|
H A D | att_db.c | 194 bool ok = att_find_handle(&it, attribute_handle); in att_uuid_for_handle() local 206 bool ok = att_find_handle(&it, attribute_handle); in gatt_server_get_const_value_for_handle() local 749 bool ok = att_find_handle(&it, handle); in handle_read_request2() local 807 bool ok = att_find_handle(&it, handle); in handle_read_blob_request2() local 892 bool ok = att_find_handle(&it, handle); in handle_read_multiple_request2() local 1121 bool ok = att_find_handle(&it, handle); in handle_write_request() local 1276 bool ok = att_find_handle(&it, handle); in handle_write_command() local 1660 bool ok = att_find_handle(&it, handle); in att_is_persistent_ccc() local 1836 bool ok = att_find_handle(&it, attribute_handle); in btp_att_get_attribute_value() local
|
/btstack/platform/windows/ |
H A D | btstack_uart_block_windows.c | 89 BOOL ok = WriteFile(serial_port_handle, // handle in btstack_uart_windows_send_engine() local 125 BOOL ok = ReadFile(serial_port_handle, // handle in btstack_uart_windows_receive_engine() local 167 BOOL ok = GetOverlappedResult(serial_port_handle, &overlapped_write, &bytes_written, FALSE); in btstack_uart_windows_process_write() local 200 BOOL ok = GetOverlappedResult(serial_port_handle, &overlapped_read, &bytes_read, FALSE); in btstack_uart_windows_process_read() local 272 int ok = GetCommState(serial_port_handle, &serial_params); in btstack_uart_windows_set_baudrate() local 292 int ok = GetCommState(serial_port_handle, &serial_params); in btstack_uart_windows_set_parity() local 311 int ok = GetCommState(serial_port_handle, &serial_params); in btstack_uart_windows_set_flowcontrol() local 354 int ok; in btstack_uart_windows_open() local
|
H A D | hci_transport_h2_winusb.c | 538 …BOOL ok = WinUsb_GetOverlappedResult(usb_interface_0_handle, &usb_overlapped_event_in, &bytes_read… in usb_process_event_in() local 562 …BOOL ok = WinUsb_GetOverlappedResult(usb_interface_0_handle, &usb_overlapped_acl_in, &bytes_read, … in usb_process_acl_in() local 659 …BOOL ok = WinUsb_GetOverlappedResult(usb_interface_0_handle, &usb_overlapped_sco_out[transfer_inde… in usb_process_sco_out() local 714 …BOOL ok = WinUsb_GetOverlappedResult(usb_interface_0_handle, &usb_overlapped_sco_in[transfer_index… in usb_process_sco_in() local 1124 BOOL ok = usb_lookup_symbols(); in usb_open() local 1351 …BOOL ok = WinUsb_WritePipe(usb_interface_0_handle, acl_out_addr, packet, size, NULL, &usb_overlap… in usb_send_acl_packet() local 1386 …BOOL ok = BTstack_WinUsb_WriteIsochPipeAsap(hci_sco_out_buffer_handle, transfer_index * SCO_PACKET… in usb_send_sco_packet() local
|
H A D | btstack_tlv_windows.c | 203 bool ok = ReadFile(self->file, header, BTSTACK_TLV_HEADER_LEN, NULL, NULL); in btstack_tlv_windows_read_db() local
|
/btstack/src/le-audio/ |
H A D | broadcast_audio_uri_builder.c | 74 bool ok = broadcast_audio_uri_builder_have_space(builder, len); in broadcast_audio_uri_builder_append_bytes() local 113 bool ok = broadcast_audio_uri_builder_append_string(builder,"AD:"); in broadcast_audio_uri_builder_append_advertiser_address() local 127 bool ok = broadcast_audio_uri_builder_append_string(builder,"BI:"); in broadcast_audio_uri_builder_append_broadcast_id() local 145 bool ok = broadcast_audio_uri_builder_append_string(builder,"BC:"); in broadcast_audio_uri_builder_append_broadcast_code() local 162 bool ok = broadcast_audio_uri_builder_append_string(builder, "VS:"); in broadcast_audio_uri_builder_append_vendor_specific() local 210 bool ok = broadcast_audio_uri_builder_append_string(builder, "SM:"); in broadcast_audio_uri_builder_append_sg_metadata() local 225 bool ok = broadcast_audio_uri_builder_append_string(builder, "PM:"); in broadcast_audio_uri_builder_append_public_broadcast_announcement_metadata() local
|
/btstack/3rd-party/lc3-google/test/ |
H A D | run.py | 21 ok = True variable 38 ok = ok and ret variable
|
/btstack/example/ |
H A D | le_audio_demo_util_source.c | 136 bool ok = false; in le_audio_demo_util_source_recording_start() local 229 bool ok = le_audio_demo_util_source_recording_start(); in le_audio_demo_util_source_generate_iso_frame() local
|
H A D | gap_link_keys.c | 70 int ok = gap_link_key_iterator_init(&it); in list_link_keys() local
|
/btstack/platform/daemon/binding/python/ |
H A D | test.py | 33 ok = btstack_client.connect() variable
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | chap-new.c | 284 int response_len, ok, mlen; local 415 int ok; local
|
/btstack/src/classic/ |
H A D | sdp_util.c | 395 bool ok = true; in sdp_traversal_attribute_list_valie() local 497 int ok = 1; in spd_append_range() local 529 int ok = spd_append_range(context, 3, idBuffer); in sdp_traversal_filter_attributes() local 543 int ok = spd_append_range(context, attribute_len, attributeValue); in sdp_traversal_filter_attributes() local
|
H A D | avrcp_target.c | 1168 bool ok = length == 4; in avrcp_handle_l2cap_data_packet_for_signaling_connection() local
|
H A D | hfp_ag.c | 3261 uint8_t hfp_ag_send_command_result_code(hci_con_handle_t acl_handle, bool ok){ in hfp_ag_send_command_result_code()
|
/btstack/src/mesh/ |
H A D | mesh_access.c | 539 int ok = mesh_access_get_opcode(state->data, state->len, &state->opcode, &opcode_size); in mesh_access_parser_init() local 741 int ok = mesh_access_pdu_get_opcode( pdu, &opcode, &opcode_size); in mesh_model_lookup_operation() local 783 int ok = mesh_access_pdu_get_opcode( pdu, &opcode, &opcode_size); in mesh_access_message_process_handler() local
|
H A D | provisioning_device.c | 469 int ok = 1; in provisioning_handle_start() local
|
H A D | mesh_upper_transport.c | 954 bool ok; in mesh_upper_transport_run() local
|
/btstack/src/ble/gatt-service/ |
H A D | bond_management_service_server.c | 74 int ok = gap_link_key_iterator_init(&it); in bond_management_delete_bonding_information_classic() local
|
/btstack/src/ |
H A D | btstack_hid_parser.c | 203 … bool ok = btstack_hid_descriptor_parse_item(&iterator->descriptor_item, item_data, item_len); in btstack_hid_descriptor_iterator_has_more() local
|
H A D | hci.c | 590 int ok = gap_link_key_iterator_init(&it); in gap_delete_all_link_keys() local
|
/btstack/test/le_audio/ |
H A D | le_audio_broadcast_assistant.c | 211 bool ok = le_audio_base_parser_init(&parser, adv_data, adv_size); in handle_periodic_advertisement() local
|
H A D | le_audio_broadcast_sink.c | 209 bool ok = le_audio_base_parser_init(&parser, adv_data, adv_size); in handle_periodic_advertisement() local
|