| /system/nfc/src/nfc/nci/ |
| D | nci_hrcv.c | 46 uint8_t *pp, len, op_code; in nci_proc_core_rsp() local 103 uint8_t *pp, len, op_code; in nci_proc_core_ntf() local 152 uint8_t *pp, len, op_code; in nci_proc_rf_management_rsp() local 220 uint8_t *pp, len, op_code; in nci_proc_rf_management_ntf() local 292 uint8_t *pp, len, op_code; in nci_proc_ee_management_rsp() local 348 uint8_t *pp, len, op_code; in nci_proc_ee_management_ntf() local 424 uint8_t *pp, len, op_code; in nci_proc_prop_rsp() local 451 uint8_t *pp, len, op_code; in nci_proc_prop_ntf() local
|
| /system/bt/stack/gatt/ |
| D | att_protocol.cc | 46 BT_HDR* attp_build_mtu_cmd(uint8_t op_code, uint16_t rx_mtu) { in attp_build_mtu_cmd() 69 BT_HDR* attp_build_exec_write_cmd(uint8_t op_code, uint8_t flag) { in attp_build_exec_write_cmd() 125 BT_HDR* attp_build_browse_cmd(uint8_t op_code, uint16_t s_hdl, uint16_t e_hdl, in attp_build_browse_cmd() 217 BT_HDR* attp_build_handle_cmd(uint8_t op_code, uint16_t handle, in attp_build_handle_cmd() 248 BT_HDR* attp_build_opcode_cmd(uint8_t op_code) { in attp_build_opcode_cmd() 270 BT_HDR* attp_build_value_cmd(uint16_t payload_size, uint8_t op_code, in attp_build_value_cmd() 350 BT_HDR* attp_build_sr_msg(tGATT_TCB* p_tcb, uint8_t op_code, in attp_build_sr_msg() 484 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg()
|
| D | gatt_sr.cc | 45 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB* p_tcb, uint8_t op_code, in gatt_sr_enqueue_cmd() 230 uint8_t op_code, tGATT_STATUS status, in gatt_sr_process_app_rsp() 288 void gatt_process_exec_write_req(tGATT_TCB* p_tcb, uint8_t op_code, in gatt_process_exec_write_req() 344 void gatt_process_read_multi_req(tGATT_TCB* p_tcb, uint8_t op_code, in gatt_process_read_multi_req() 447 BT_HDR* p_msg, tGATT_TCB* p_tcb, uint8_t op_code, uint16_t s_hdl, in gatt_build_primary_service_rsp() 582 uint8_t op_code, uint16_t* p_len, uint8_t** p_data, tBT_UUID* p_uuid_filter, in gatts_validate_packet_format() 638 void gatts_process_primary_service_req(tGATT_TCB* p_tcb, uint8_t op_code, in gatts_process_primary_service_req() 696 static void gatts_process_find_info(tGATT_TCB* p_tcb, uint8_t op_code, in gatts_process_find_info() 814 void gatts_process_read_by_type_req(tGATT_TCB* p_tcb, uint8_t op_code, in gatts_process_read_by_type_req() 888 uint16_t handle, uint8_t op_code, uint16_t len, in gatts_process_write_req() [all …]
|
| D | gatt_cl.cc | 78 uint8_t op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery() local 134 uint8_t op_code = 0; in gatt_act_read() local 213 uint8_t rt = GATT_SUCCESS, op_code = 0; in gatt_act_write() local 424 tGATT_CLCB* p_clcb, UNUSED_ATTR uint8_t op_code, in gatt_process_read_info_rsp() 513 UNUSED_ATTR uint8_t op_code, in gatt_process_error_rsp() 555 uint8_t op_code, uint16_t len, in gatt_process_prep_write_rsp() 599 void gatt_process_notification(tGATT_TCB* p_tcb, uint8_t op_code, uint16_t len, in gatt_process_notification() 685 uint8_t op_code, uint16_t len, in gatt_process_read_by_type_rsp() 873 UNUSED_ATTR uint8_t op_code, uint16_t len, in gatt_process_read_rsp() 1063 void gatt_client_handle_server_rsp(tGATT_TCB* p_tcb, uint8_t op_code, in gatt_client_handle_server_rsp()
|
| D | gatt_db.cc | 250 tGATT_TCB* p_tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp, in gatts_db_read_attr_value_by_type() 477 tGATT_TCB* p_tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, in gatts_read_attr_value_by_handle() 542 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_write_attr_perm_check() 739 tGATT_TCB* p_tcb, uint8_t op_code, uint16_t handle, uint16_t offset, in gatts_send_app_read_request()
|
| D | gatt_auth.cc | 96 uint8_t op_code; in gatt_verify_signature() local
|
| D | gatt_utils.cc | 902 uint8_t op_code, uint16_t handle, bool deq) { in gatt_send_error_rsp() 1408 uint8_t op_code, BT_HDR* p_buf) { in gatt_cmd_enq() 1461 uint8_t op_code, uint16_t handle, uint16_t len, in gatt_send_write_msg() 1638 uint8_t* gatt_dbg_op_name(uint8_t op_code) { in gatt_dbg_op_name()
|
| D | gatt_main.cc | 953 uint8_t op_code, pseudo_op_code; in gatt_data_process() local
|
| D | gatt_int.h | 201 uint8_t op_code; member 220 uint8_t op_code; member
|
| /system/nfc/halimpl/bcm2079x/hal/hal/ |
| D | nfc_hal_nci.c | 498 uint8_t mt, pbf, gid, op_code; in nfc_hal_nci_preproc_rx_nci_msg() local 630 uint8_t mt, pbf, gid, op_code; in nci_brcm_check_cmd_create_hcp_connection() local
|
| D | nfc_hal_dm.c | 582 uint8_t mt, pbf, gid, op_code; in nfc_hal_dm_proc_msg_during_init() local 781 uint8_t mt, pbf, gid, op_code; in nfc_hal_dm_proc_msg_during_exit() local
|
| /system/bt/stack/include/ |
| D | mca_api.h | 140 uint8_t op_code; /* The op (request/response) code */ member 146 uint8_t op_code; /* The op (request/response) code */ member 153 uint8_t op_code; /* The op (request/response) code */ member 161 uint8_t op_code; /* The op (request/response) code */ member
|
| /system/bt/stack/btm/ |
| D | btm_ble_privacy.cc | 65 void btm_ble_enq_resolving_list_pending(BD_ADDR pseudo_bda, uint8_t op_code) { in btm_ble_enq_resolving_list_pending()
|
| D | btm_ble.cc | 990 void btm_ble_rand_enc_complete(uint8_t* p, uint16_t op_code, in btm_ble_rand_enc_complete()
|
| /system/bt/stack/smp/ |
| D | smp_keys.cc | 311 void smp_concatenate_local(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_local() 330 void smp_concatenate_peer(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_peer()
|
| /system/bt/stack/mcap/ |
| D | mca_int.h | 45 uint8_t op_code; /* the request/response opcode */ member
|
| /system/bt/bta/gatt/ |
| D | bta_gattc_int.h | 153 uint8_t op_code; member
|
| /system/nfc/src/nfc/int/ |
| D | rw_int.h | 165 uint8_t op_code; /* Command sent */ member
|