| /packages/modules/Bluetooth/system/stack/gatt/ |
| D | att_protocol.cc | 55 static BT_HDR* attp_build_mtu_cmd(uint8_t op_code, uint16_t rx_mtu) { in attp_build_mtu_cmd() 78 static BT_HDR* attp_build_exec_write_cmd(uint8_t op_code, uint8_t flag) { in attp_build_exec_write_cmd() 134 static BT_HDR* attp_build_browse_cmd(uint8_t op_code, uint16_t s_hdl, in attp_build_browse_cmd() 199 static BT_HDR* attp_build_read_multi_cmd(uint8_t op_code, uint16_t payload_size, in attp_build_read_multi_cmd() 228 static BT_HDR* attp_build_handle_cmd(uint8_t op_code, uint16_t handle, in attp_build_handle_cmd() 259 static BT_HDR* attp_build_opcode_cmd(uint8_t op_code) { in attp_build_opcode_cmd() 281 static BT_HDR* attp_build_value_cmd(uint16_t payload_size, uint8_t op_code, in attp_build_value_cmd() 357 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, tGATT_SR_MSG* p_msg, in attp_build_sr_msg() 513 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg()
|
| D | gatt_sr.cc | 59 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_sr_enqueue_cmd() 295 uint8_t op_code, tGATT_STATUS status, in gatt_sr_process_app_rsp() 355 void gatt_process_exec_write_req(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_exec_write_req() 420 void gatt_process_read_multi_req(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_read_multi_req() 525 BT_HDR* p_msg, tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_build_primary_service_rsp() 659 static tGATT_STATUS gatts_validate_packet_format(uint8_t op_code, uint16_t& len, in gatts_validate_packet_format() 692 uint8_t op_code, uint16_t len, in gatts_process_primary_service_req() 755 uint8_t op_code, uint16_t len, in gatts_process_find_info() 879 uint8_t op_code, uint16_t len, in gatts_process_read_by_type_req() 957 uint8_t op_code, uint16_t len, in gatts_process_write_req() [all …]
|
| D | gatt_cl.cc | 93 uint8_t op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery() local 155 uint8_t op_code = 0; in gatt_act_read() local 238 uint8_t op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE in gatt_act_write() local 439 UNUSED_ATTR uint8_t op_code, uint16_t len, in gatt_process_read_info_rsp() 529 UNUSED_ATTR uint8_t op_code, in gatt_process_error_rsp() 587 uint8_t op_code, uint16_t len, in gatt_process_prep_write_rsp() 638 void gatt_process_notification(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_notification() 798 uint8_t op_code, uint16_t len, in gatt_process_read_by_type_rsp() 1002 UNUSED_ATTR uint8_t op_code, uint16_t len, in gatt_process_read_rsp() 1215 uint8_t op_code, uint16_t len, in gatt_client_handle_server_rsp()
|
| D | gatt_db.cc | 285 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_db_read_attr_value_by_type() 487 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_read_attr_value_by_handle() 553 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_write_attr_perm_check() 719 tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, uint16_t handle, in gatts_send_app_read_request()
|
| D | gatt_utils.cc | 845 uint8_t op_code, uint16_t handle, bool deq) { in gatt_send_error_rsp() 1523 uint8_t op_code, BT_HDR* p_buf) { in gatt_cmd_enq() 1575 uint8_t op_code, uint16_t handle, uint16_t len, in gatt_send_write_msg() 1750 uint8_t* gatt_dbg_op_name(uint8_t op_code) { in gatt_dbg_op_name()
|
| D | gatt_auth.cc | 102 uint8_t op_code; in gatt_verify_signature() local
|
| D | gatt_int.h | 215 uint8_t op_code; member 235 uint8_t op_code; member
|
| /packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
| D | event_checkers.h | 32 OpCode op_code = status_view.GetCommandOpCode(); in check_command_complete() local 49 OpCode op_code = status_view.GetCommandOpCode(); in check_command_status() local
|
| D | le_impl_test.cc | 151 [[maybe_unused]] hci::CommandCompleteView ReturnCommandComplete(hci::OpCode op_code, hci::ErrorCode… in ReturnCommandComplete() 158 [[maybe_unused]] hci::CommandStatusView ReturnCommandStatus(hci::OpCode op_code, hci::ErrorCode err… in ReturnCommandStatus() 189 void AddSupported(OpCode op_code) { in AddSupported() 325 CommandView GetCommand(OpCode op_code) { in GetCommand()
|
| /packages/modules/Bluetooth/system/stack/test/gatt/ |
| D | mock_gatt_utils_ref.cc | 35 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, tGATT_SR_MSG* p_msg, in attp_build_sr_msg() 43 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg() 65 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_sr_enqueue_cmd()
|
| D | gatt_sr_test.cc | 69 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, tGATT_SR_MSG* p_msg, in attp_build_sr_msg() 78 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg() 89 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_db_read_attr_value_by_type() 108 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_read_attr_value_by_handle() 114 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_write_attr_perm_check()
|
| /packages/modules/Bluetooth/system/gd/hci/ |
| D | hci_layer.cc | 56 static void abort_after_time_out(OpCode op_code) { in abort_after_time_out() 155 OpCode op_code = response_view.GetCommandOpCode(); in on_command_status() local 176 OpCode op_code = response_view.GetCommandOpCode(); in handle_command_response() local 275 OpCode op_code = cmd_view.GetOpCode(); in send_next_command() local 350 auto op_code = view.GetCommandOpCode(); in on_hci_event() local 362 auto op_code = view.GetCommandOpCode(); in on_hci_event() local
|
| D | hci_metrics_logging.cc | 70 OpCode op_code = command_view->GetOpCode(); in log_link_layer_connection_command() local 239 OpCode op_code = command_view->GetOpCode(); in log_link_layer_connection_command_status() local 419 OpCode op_code = command_complete_view.GetCommandOpCode(); in log_link_layer_connection_command_complete() local 740 OpCode op_code = command_view->GetOpCode(); in log_classic_pairing_command_status() local 905 OpCode op_code = command_complete_view.GetCommandOpCode(); in log_classic_pairing_command_complete() local
|
| D | le_address_manager.cc | 574 auto op_code = view.GetCommandOpCode(); in on_command_complete() local 595 auto op_code = view.GetCommandOpCode(); in OnCommandComplete() local
|
| D | acl_manager_unittest.cc | 168 ConnectionManagementCommandView GetCommand(OpCode op_code) { in GetCommand() 183 ConnectionManagementCommandView GetLastCommand(OpCode op_code) { in GetLastCommand()
|
| D | controller_test.cc | 253 CommandView GetCommand(OpCode op_code) { in GetCommand()
|
| D | le_address_manager_test.cc | 81 CommandView GetCommand(OpCode op_code) { in GetCommand()
|
| D | le_scanning_manager_test.cc | 126 void AddSupported(OpCode op_code) { in AddSupported()
|
| /packages/modules/Bluetooth/system/stack/smp/ |
| D | smp_keys.cc | 216 void smp_concatenate_local(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_local() 235 void smp_concatenate_peer(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_peer()
|
| /packages/modules/Bluetooth/system/stack/btm/ |
| D | btm_ble_privacy.cc | 69 uint8_t op_code) { in btm_ble_enq_resolving_list_pending()
|
| /packages/modules/Bluetooth/system/profile/avrcp/ |
| D | connection_handler.cc | 573 uint16_t op_code = (uint16_t)(::bluetooth::Packet::Specialize<Packet>(packet)->GetOpcode()); in SendMessage() local
|
| /packages/modules/Bluetooth/system/main/shim/ |
| D | hci_layer.cc | 361 auto op_code = static_cast<const bluetooth::hci::OpCode>(command_op_code); in transmit_command() local
|
| /packages/modules/Bluetooth/system/blueberry/facade/hci/ |
| D | controller_facade.proto | 87 uint32 op_code = 1; field
|
| /packages/modules/Bluetooth/system/gd/neighbor/ |
| D | inquiry_test.cc | 279 void Synchronize(std::function<void()> func, hci::OpCode op_code) { in Synchronize()
|
| /packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
| D | controller_properties.cc | 1367 #define check_command_(op_code, br_requirement, le_requirement) \ in CheckSupportedCommands() argument
|