Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nci/
Dnci_hrcv.cc54 uint8_t *pp, len, op_code; in nci_proc_core_rsp() local
114 uint8_t *pp, len, op_code; in nci_proc_core_ntf() local
170 uint8_t *pp, len, op_code; in nci_proc_rf_management_rsp() local
241 uint8_t *pp, len, op_code; in nci_proc_rf_management_ntf() local
318 uint8_t *pp, len, op_code; in nci_proc_ee_management_rsp() local
382 uint8_t *pp, len, op_code; in nci_proc_ee_management_ntf() local
470 uint8_t *pp, len, op_code; in nci_proc_prop_rsp() local
495 uint8_t op_code; in nci_proc_prop_raw_vs_rsp() local
525 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, uint16_t len, 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()
1070 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_int.h204 uint8_t op_code; member
223 uint8_t op_code; member
Dgatt_main.cc852 uint8_t op_code, pseudo_op_code; in gatt_data_process() 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.cc1144 void btm_ble_rand_enc_complete(uint8_t* p, uint16_t op_code, in btm_ble_rand_enc_complete()
/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