Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Datt_protocol.c46 BT_HDR *attp_build_mtu_cmd(UINT8 op_code, UINT16 rx_mtu) in attp_build_mtu_cmd()
72 BT_HDR *attp_build_exec_write_cmd (UINT8 op_code, UINT8 flag) in attp_build_exec_write_cmd()
136 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid) in attp_build_browse_cmd()
234 BT_HDR *attp_build_handle_cmd(UINT8 op_code, UINT16 handle, UINT16 offset) in attp_build_handle_cmd()
270 BT_HDR *attp_build_opcode_cmd(UINT8 op_code) in attp_build_opcode_cmd()
295 BT_HDR *attp_build_value_cmd (UINT16 payload_size, UINT8 op_code, UINT16 handle, in attp_build_value_cmd()
386 BT_HDR *attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code, tGATT_SR_MSG *p_msg) in attp_build_sr_msg()
533 tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_ms… in attp_send_cl_msg()
Dgatt_cl.c83 UINT8 op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery() local
142 UINT8 op_code = 0; in gatt_act_read() local
228 UINT8 rt = GATT_SUCCESS, op_code = 0; in gatt_act_write() local
459 void gatt_process_read_info_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_read_info_rsp()
558 void gatt_process_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_error_rsp()
611 void gatt_process_prep_write_rsp (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_prep_write_rsp()
659 void gatt_process_notification(tGATT_TCB *p_tcb, UINT8 op_code, in gatt_process_notification()
745 void gatt_process_read_by_type_rsp (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_read_by_type_rsp()
947 void gatt_process_read_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_read_rsp()
1163 void gatt_client_handle_server_rsp (tGATT_TCB *p_tcb, UINT8 op_code, in gatt_client_handle_server_rsp()
Dgatt_sr.c46 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle) in gatt_sr_enqueue_cmd()
262 UINT32 trans_id, UINT8 op_code, in gatt_sr_process_app_rsp()
331 void gatt_process_exec_write_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatt_process_exec_write_req()
395 void gatt_process_read_multi_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatt_process_read_multi_req()
525 UINT8 op_code, UINT16 s_hdl, in gatt_build_primary_service_rsp()
698 static tGATT_STATUS gatts_validate_packet_format(UINT8 op_code, UINT16 *p_len, in gatts_validate_packet_format()
762 void gatts_process_primary_service_req(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_primary_service_req()
833 static void gatts_process_find_info(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_find_info()
976 void gatts_process_read_by_type_req(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_read_by_type_req()
1093 UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_write_req()
[all …]
Dgatt_db.c323 UINT8 op_code, in gatts_db_read_attr_value_by_type()
635 UINT8 op_code, in gatts_read_attr_value_by_handle()
737 tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code, in gatts_write_attr_perm_check()
1135 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code, in gatts_send_app_read_request()
Dgatt_auth.c102 UINT8 op_code; in gatt_verify_signature() local
Dgatt_utils.c1438 tGATT_STATUS gatt_send_error_rsp (tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, in gatt_send_error_rsp()
2012 BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_b… in gatt_cmd_enq()
2068 UINT8 gatt_send_write_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, in gatt_send_write_msg()
2257 UINT8 * gatt_dbg_op_name(UINT8 op_code) in gatt_dbg_op_name()
Dgatt_main.c970 UINT8 op_code, pseudo_op_code; in gatt_data_process() local
Dgatt_int.h268 UINT8 op_code; member
289 UINT8 op_code; member
/system/bt/stack/include/
Dmca_api.h130 UINT8 op_code; /* The op (request/response) code */ member
136 UINT8 op_code; /* The op (request/response) code */ member
143 UINT8 op_code; /* The op (request/response) code */ member
151 UINT8 op_code; /* The op (request/response) code */ member
/system/bt/stack/btm/
Dbtm_ble_privacy.c65 void btm_ble_enq_resolving_list_pending(BD_ADDR pseudo_bda, UINT8 op_code) in btm_ble_enq_resolving_list_pending()
Dbtm_ble.c886 void btm_ble_rand_enc_complete (UINT8 *p, UINT16 op_code, tBTM_RAND_ENC_CB *p_enc_cplt_cback) in btm_ble_rand_enc_complete()
/system/bt/stack/smp/
Dsmp_keys.c474 void smp_concatenate_local( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code) in smp_concatenate_local()
494 void smp_concatenate_peer( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code) in smp_concatenate_peer()
/system/bt/stack/mcap/
Dmca_int.h44 UINT8 op_code; /* the request/response opcode */ member
/system/bt/bta/gatt/
Dbta_gattc_int.h166 UINT8 op_code; member