Home
last modified time | relevance | path

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

/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
324 uint8_t *pp, len, op_code; in nci_proc_ee_management_rsp() local
401 uint8_t *pp, len, op_code; in nci_proc_ee_management_ntf() local
524 uint8_t *pp, len, op_code; in nci_proc_prop_rsp() local
549 uint8_t op_code; in nci_proc_prop_raw_vs_rsp() local
579 uint8_t *pp, len, op_code; in nci_proc_prop_ntf() local
/system/bt/stack/gatt/
Datt_protocol.cc48 BT_HDR* attp_build_mtu_cmd(uint8_t op_code, uint16_t rx_mtu) { in attp_build_mtu_cmd()
71 BT_HDR* attp_build_exec_write_cmd(uint8_t op_code, uint8_t flag) { in attp_build_exec_write_cmd()
127 BT_HDR* attp_build_browse_cmd(uint8_t op_code, uint16_t s_hdl, uint16_t e_hdl, in attp_build_browse_cmd()
219 BT_HDR* attp_build_handle_cmd(uint8_t op_code, uint16_t handle, in attp_build_handle_cmd()
250 BT_HDR* attp_build_opcode_cmd(uint8_t op_code) { in attp_build_opcode_cmd()
272 BT_HDR* attp_build_value_cmd(uint16_t payload_size, uint8_t op_code, in attp_build_value_cmd()
344 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, in attp_build_sr_msg()
458 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg()
Dgatt_sr.cc50 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB& tcb, uint8_t op_code, uint16_t handle) { in gatt_sr_enqueue_cmd()
231 uint8_t op_code, tGATT_STATUS status, in gatt_sr_process_app_rsp()
288 void gatt_process_exec_write_req(tGATT_TCB& tcb, uint8_t op_code, uint16_t len, in gatt_process_exec_write_req()
353 void gatt_process_read_multi_req(tGATT_TCB& tcb, uint8_t op_code, uint16_t len, in gatt_process_read_multi_req()
454 BT_HDR* p_msg, tGATT_TCB& tcb, uint8_t op_code, uint16_t s_hdl, in gatt_build_primary_service_rsp()
585 static tGATT_STATUS gatts_validate_packet_format(uint8_t op_code, uint16_t& len, in gatts_validate_packet_format()
617 void gatts_process_primary_service_req(tGATT_TCB& tcb, uint8_t op_code, in gatts_process_primary_service_req()
676 static void gatts_process_find_info(tGATT_TCB& tcb, uint8_t op_code, in gatts_process_find_info()
791 void gatts_process_read_by_type_req(tGATT_TCB& tcb, uint8_t op_code, in gatts_process_read_by_type_req()
865 uint16_t handle, uint8_t op_code, in gatts_process_write_req()
[all …]
Dgatt_cl.cc82 uint8_t op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery() local
143 uint8_t op_code = 0; in gatt_act_read() local
219 uint8_t op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE in gatt_act_write() local
418 UNUSED_ATTR uint8_t op_code, uint16_t len, in gatt_process_read_info_rsp()
507 UNUSED_ATTR uint8_t op_code, in gatt_process_error_rsp()
564 uint8_t op_code, uint16_t len, in gatt_process_prep_write_rsp()
608 void gatt_process_notification(tGATT_TCB& tcb, uint8_t op_code, uint16_t len, in gatt_process_notification()
700 uint8_t op_code, uint16_t len, in gatt_process_read_by_type_rsp()
905 UNUSED_ATTR uint8_t op_code, uint16_t len, in gatt_process_read_rsp()
1077 void gatt_client_handle_server_rsp(tGATT_TCB& tcb, uint8_t op_code, in gatt_client_handle_server_rsp()
Dgatt_db.cc255 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp, in gatts_db_read_attr_value_by_type()
443 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, in gatts_read_attr_value_by_handle()
508 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_write_attr_perm_check()
679 tGATT_TCB& tcb, uint8_t op_code, uint16_t handle, uint16_t offset, in gatts_send_app_read_request()
Dgatt_utils.cc735 uint8_t op_code, uint16_t handle, bool deq) { in gatt_send_error_rsp()
1130 uint8_t op_code, BT_HDR* p_buf) { in gatt_cmd_enq()
1158 uint8_t gatt_send_write_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t op_code, in gatt_send_write_msg()
1298 uint8_t* gatt_dbg_op_name(uint8_t op_code) { in gatt_dbg_op_name()
Dgatt_auth.cc98 uint8_t op_code; in gatt_verify_signature() local
Dgatt_main.cc855 uint8_t op_code, pseudo_op_code; in gatt_data_process() local
Dgatt_int.h204 uint8_t op_code; member
223 uint8_t op_code; member
/system/bt/main/shim/
Dhci_layer.cc52 bool IsCommandStatusOpcode(bluetooth::hci::OpCode op_code) { in IsCommandStatusOpcode()
173 const bluetooth::hci::OpCode op_code = in transmit_command() local
/system/bt/stack/test/gatt/
Dgatt_sr_test.cc62 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, in attp_build_sr_msg()
68 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg()
82 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp, in gatts_db_read_attr_value_by_type()
101 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, in gatts_read_attr_value_by_handle()
106 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/
Dle_advertising_manager_test.cc56 void AddSupported(OpCode op_code) { in AddSupported()
120 std::future<size_t> GetCommandFuture(OpCode op_code = OpCode::NONE) { in GetCommandFuture()
135 ConnectionManagementCommandView GetCommandPacket(OpCode op_code) { in GetCommandPacket()
Dhci_layer.cc95 void on_hci_timeout(OpCode op_code) { in on_hci_timeout()
241 OpCode op_code = status_view.GetCommandOpCode(); in command_status_callback() local
265 OpCode op_code = complete_view.GetCommandOpCode(); in command_complete_callback() local
366 OpCode op_code = cmd_view.GetOpCode(); in send_next_command() local
Dle_scanning_manager_test.cc55 void AddSupported(OpCode op_code) { in AddSupported()
110 ConnectionManagementCommandView GetCommandPacket(OpCode op_code) { in GetCommandPacket()
Dcontroller_test.cc230 CommandPacketView GetCommand(OpCode op_code) { in GetCommand()
Dacl_manager_test.cc143 ConnectionManagementCommandView GetCommandPacket(OpCode op_code) { in GetCommandPacket()
459 OpCode op_code = command.GetOpCode(); in TEST_F() local
Dacl_manager.cc1433 OpCode op_code = status_view.GetCommandOpCode(); in check_command_complete() local
1450 OpCode op_code = status_view.GetCommandOpCode(); in check_command_status() local
/system/bt/profile/avrcp/
Dconnection_handler.cc544 uint16_t op_code = (uint16_t)(::bluetooth::Packet::Specialize<Packet>(packet)->GetOpcode()); in SendMessage() local
/system/bt/stack/smp/
Dsmp_keys.cc236 void smp_concatenate_local(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_local()
255 void smp_concatenate_peer(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_peer()
/system/bt/stack/btm/
Dbtm_ble_privacy.cc67 uint8_t op_code) { in btm_ble_enq_resolving_list_pending()
Dbtm_ble.cc1237 void btm_ble_rand_enc_complete(uint8_t* p, uint16_t op_code, in btm_ble_rand_enc_complete()
/system/bt/gd/neighbor/
Dinquiry_test.cc282 void Synchronize(std::function<void()> func, hci::OpCode op_code) { in Synchronize()
/system/bt/bta/gatt/
Dbta_gattc_int.h143 uint8_t op_code; member
/system/nfc/src/nfc/include/
Drw_int.h157 uint8_t op_code; /* Command sent */ member