Home
last modified time | relevance | path

Searched defs:op_code (Results 1 – 25 of 30) sorted by relevance

12

/system/nfc/src/nfc/nci/
Dnci_hrcv.cc55 uint8_t *pp, len, op_code; in nci_proc_core_rsp() local
115 uint8_t *pp, len, op_code; in nci_proc_core_ntf() local
171 uint8_t *pp, len, op_code; in nci_proc_rf_management_rsp() local
242 uint8_t *pp, len, op_code; in nci_proc_rf_management_ntf() local
332 uint8_t *pp, len, op_code; in nci_proc_ee_management_rsp() local
411 uint8_t *pp, len, op_code; in nci_proc_ee_management_ntf() local
532 uint8_t *pp, len, op_code; in nci_proc_prop_rsp() local
557 uint8_t op_code; in nci_proc_prop_raw_vs_rsp() local
587 uint8_t *pp, len, op_code; in nci_proc_prop_ntf() local
/system/bt/stack/gatt/
Datt_protocol.cc49 static BT_HDR* attp_build_mtu_cmd(uint8_t op_code, uint16_t rx_mtu) { in attp_build_mtu_cmd()
72 static BT_HDR* attp_build_exec_write_cmd(uint8_t op_code, uint8_t flag) { in attp_build_exec_write_cmd()
128 static BT_HDR* attp_build_browse_cmd(uint8_t op_code, uint16_t s_hdl, in attp_build_browse_cmd()
193 static BT_HDR* attp_build_read_multi_cmd(uint8_t op_code, uint16_t payload_size, in attp_build_read_multi_cmd()
222 static BT_HDR* attp_build_handle_cmd(uint8_t op_code, uint16_t handle, in attp_build_handle_cmd()
253 static BT_HDR* attp_build_opcode_cmd(uint8_t op_code) { in attp_build_opcode_cmd()
275 static BT_HDR* attp_build_value_cmd(uint16_t payload_size, uint8_t op_code, in attp_build_value_cmd()
351 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, in attp_build_sr_msg()
503 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg()
Dgatt_sr.cc51 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_sr_enqueue_cmd()
276 uint8_t op_code, tGATT_STATUS status, in gatt_sr_process_app_rsp()
336 void gatt_process_exec_write_req(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_exec_write_req()
402 void gatt_process_read_multi_req(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_read_multi_req()
506 BT_HDR* p_msg, tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_build_primary_service_rsp()
640 static tGATT_STATUS gatts_validate_packet_format(uint8_t op_code, uint16_t& len, in gatts_validate_packet_format()
673 uint8_t op_code, uint16_t len, in gatts_process_primary_service_req()
736 uint8_t op_code, uint16_t len, in gatts_process_find_info()
853 uint8_t op_code, uint16_t len, in gatts_process_read_by_type_req()
930 uint8_t op_code, uint16_t len, in gatts_process_write_req()
[all …]
Dgatt_cl.cc87 uint8_t op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery() local
149 uint8_t op_code = 0; in gatt_act_read() local
227 uint8_t op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE in gatt_act_write() local
428 UNUSED_ATTR uint8_t op_code, uint16_t len, in gatt_process_read_info_rsp()
518 UNUSED_ATTR uint8_t op_code, in gatt_process_error_rsp()
577 uint8_t op_code, uint16_t len, in gatt_process_prep_write_rsp()
621 void gatt_process_notification(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_notification()
736 uint8_t op_code, uint16_t len, in gatt_process_read_by_type_rsp()
942 UNUSED_ATTR uint8_t op_code, uint16_t len, in gatt_process_read_rsp()
1132 uint8_t op_code, uint16_t len, in gatt_client_handle_server_rsp()
Dgatt_db.cc268 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_db_read_attr_value_by_type()
470 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_read_attr_value_by_handle()
536 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_write_attr_perm_check()
707 tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, uint16_t handle, in gatts_send_app_read_request()
Dgatt_utils.cc804 uint8_t op_code, uint16_t handle, bool deq) { in gatt_send_error_rsp()
1414 uint8_t op_code, BT_HDR* p_buf) { in gatt_cmd_enq()
1458 uint8_t op_code, uint16_t handle, uint16_t len, in gatt_send_write_msg()
1596 uint8_t* gatt_dbg_op_name(uint8_t op_code) { in gatt_dbg_op_name()
Dgatt_auth.cc101 uint8_t op_code; in gatt_verify_signature() local
Dgatt_main.cc804 uint8_t op_code, pseudo_op_code; in gatt_data_process() local
/system/bt/gd/hci/acl_manager/
Devent_checkers.h32 OpCode op_code = status_view.GetCommandOpCode(); in check_command_complete() local
49 OpCode op_code = status_view.GetCommandOpCode(); in check_command_status() local
/system/bt/stack/test/gatt/
Dmock_gatt_utils_ref.cc42 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, in attp_build_sr_msg()
50 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg()
72 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_sr_enqueue_cmd()
Dgatt_sr_test.cc66 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, in attp_build_sr_msg()
75 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg()
96 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_db_read_attr_value_by_type()
115 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_read_attr_value_by_handle()
121 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_write_attr_perm_check()
/system/bt/gd/hci/
Dhci_metrics_logging.cc60 OpCode op_code = command_view->GetOpCode(); in log_link_layer_connection_command_status() local
240 OpCode op_code = command_complete_view.GetCommandOpCode(); in log_link_layer_connection_command_complete() local
526 OpCode op_code = command_view->GetOpCode(); in log_classic_pairing_command_status() local
693 OpCode op_code = command_complete_view.GetCommandOpCode(); in log_classic_pairing_command_complete() local
Dhci_layer.cc56 static void abort_after_time_out(OpCode op_code) { in abort_after_time_out()
140 OpCode op_code = response_view.GetCommandOpCode(); in on_command_status() local
161 OpCode op_code = response_view.GetCommandOpCode(); in handle_command_response() local
227 OpCode op_code = cmd_view.GetOpCode(); in send_next_command() local
Dle_scanning_manager_test.cc56 void AddSupported(OpCode op_code) { in AddSupported()
109 ConnectionManagementCommandView GetCommand(OpCode op_code) { in GetCommand()
Dle_advertising_manager_test.cc57 void AddSupported(OpCode op_code) { in AddSupported()
122 void SetCommandFuture(OpCode op_code = OpCode::NONE) { in SetCommandFuture()
144 ConnectionManagementCommandView GetCommand(OpCode op_code) { in GetCommand()
Dle_address_manager.cc421 std::string op_code = OpCodeText(view.GetCommandOpCode()); in OnCommandComplete() local
Dle_address_manager_test.cc73 CommandView GetCommand(OpCode op_code) { in GetCommand()
Dcontroller_test.cc232 CommandView GetCommand(OpCode op_code) { in GetCommand()
Dacl_manager_test.cc160 ConnectionManagementCommandView GetCommand(OpCode op_code) { in GetCommand()
178 ConnectionManagementCommandView GetLastCommand(OpCode op_code) { in GetLastCommand()
545 OpCode op_code = command.GetOpCode(); in TEST_F() local
/system/bt/main/shim/
Dhci_layer.cc388 auto op_code = static_cast<const bluetooth::hci::OpCode>(command_op_code); in transmit_command() local
571 auto op_code = static_cast<const bluetooth::hci::OpCode>(command_op_code); in transmit_command() local
/system/bt/stack/smp/
Dsmp_keys.cc214 void smp_concatenate_local(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_local()
233 void smp_concatenate_peer(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_peer()
/system/bt/profile/avrcp/
Dconnection_handler.cc558 uint16_t op_code = (uint16_t)(::bluetooth::Packet::Specialize<Packet>(packet)->GetOpcode()); in SendMessage() local
/system/bt/stack/btm/
Dbtm_ble_privacy.cc69 uint8_t op_code) { in btm_ble_enq_resolving_list_pending()
/system/bt/gd/neighbor/
Dinquiry_test.cc279 void Synchronize(std::function<void()> func, hci::OpCode op_code) { in Synchronize()
/system/bt/test/mock/
Dmock_stack_btm_ble.cc231 void btm_ble_rand_enc_complete(uint8_t* p, uint16_t op_code, in btm_ble_rand_enc_complete()

12