/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | att_protocol.c | 47 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() 133 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid) in attp_build_browse_cmd() 200 BT_HDR *attp_build_read_multi_cmd(UINT8 op_code, UINT16 payload_size, UINT16 num_handle, UINT16 *p_… in attp_build_read_multi_cmd() 230 BT_HDR *attp_build_handle_cmd(UINT8 op_code, UINT16 handle, UINT16 offset) in attp_build_handle_cmd() 264 BT_HDR *attp_build_opcode_cmd(UINT8 op_code) in attp_build_opcode_cmd() 288 BT_HDR *attp_build_value_cmd (UINT16 payload_size, UINT8 op_code, UINT16 handle, in attp_build_value_cmd() 382 BT_HDR *attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code, tGATT_SR_MSG *p_msg) in attp_build_sr_msg() 543 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()
|
D | gatt_cl.c | 83 UINT8 op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery() local 141 UINT8 op_code = 0; in gatt_act_read() local 228 UINT8 rt = GATT_SUCCESS, op_code = 0; in gatt_act_write() local 449 void gatt_process_read_info_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_read_info_rsp() 549 void gatt_process_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_error_rsp() 599 void gatt_process_prep_write_rsp (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_prep_write_rsp() 644 void gatt_process_notification(tGATT_TCB *p_tcb, UINT8 op_code, in gatt_process_notification() 769 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() 949 void gatt_process_read_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_read_rsp() 1151 void gatt_client_handle_server_rsp (tGATT_TCB *p_tcb, UINT8 op_code, in gatt_client_handle_server_rsp()
|
D | gatt_sr.c | 82 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle) in gatt_sr_enqueue_cmd() 402 UINT32 trans_id, UINT8 op_code, in gatt_sr_process_app_rsp() 470 void gatt_process_exec_write_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatt_process_exec_write_req() 590 void gatt_process_read_multi_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatt_process_read_multi_req() 710 UINT8 op_code, UINT16 s_hdl, in gatt_build_primary_service_rsp() 864 static tGATT_STATUS gatts_validate_packet_format(UINT8 op_code, UINT16 *p_len, in gatts_validate_packet_format() 923 void gatts_process_primary_service_req(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_primary_service_req() 983 static void gatts_process_find_info(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_find_info() 1113 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() 1224 UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_write_req() [all …]
|
D | gatt_db.c | 327 UINT8 op_code, in gatts_db_read_attr_value_by_type() 991 UINT8 op_code, in gatts_read_attr_value_by_handle() 1130 tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code, in gatts_write_attr_perm_check() 1493 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code, in gatts_send_app_read_request()
|
D | gatt_auth.c | 104 UINT8 op_code; in gatt_verify_signature() local
|
D | gatt_utils.c | 1551 tGATT_STATUS gatt_send_error_rsp (tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, in gatt_send_error_rsp() 2161 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() 2215 UINT8 gatt_send_write_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, in gatt_send_write_msg() 2407 UINT8 *gatt_dbg_op_name(UINT8 op_code) in gatt_dbg_op_name()
|
D | gatt_main.c | 977 UINT8 op_code, pseudo_op_code; in gatt_data_process() local
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap_server_wsc.c | 242 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() 269 u8 flags, u8 op_code, u16 message_length, in eap_wsc_process_fragment() 305 u8 op_code, flags; in eap_wsc_process() local
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps.c | 208 enum wsc_op_code op_code, in wps_process_msg() 227 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg()
|
D | wps_enrollee.c | 464 enum wsc_op_code *op_code) in wps_enrollee_get_msg() 1650 enum wsc_op_code op_code, in wps_enrollee_process_msg()
|
D | wps_registrar.c | 2125 enum wsc_op_code *op_code) in wps_registrar_get_msg() 3411 enum wsc_op_code op_code, in wps_registrar_process_msg()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 142 UINT8 op_code; member 147 UINT8 op_code; member 274 UINT8 op_code; member 294 UINT8 op_code; member 354 UINT8 op_code; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 511 void smp_concatenate_local( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code) in smp_concatenate_local() 531 void smp_concatenate_peer( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code) in smp_concatenate_peer()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_privacy.c | 68 void btm_ble_enq_resolving_list_pending(BD_ADDR pseudo_bda, UINT8 op_code) in btm_ble_enq_resolving_list_pending()
|
D | btm_ble_5_gap.c | 1374 void btm_ble_periodic_adv_sync_trans_complete(UINT16 op_code, UINT8 hci_status, UINT16 conn_handle) in btm_ble_periodic_adv_sync_trans_complete()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_mschapv2.c | 41 u8 op_code; member
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | i2c_ll.h | 35 op_code: 3, member
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | i2c_ll.h | 35 op_code: 3, member
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | i2c_ll.h | 32 op_code: 3, member
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | i2c_ll.h | 36 op_code: 3, member
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | i2c_ll.h | 33 op_code: 3, member
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | i2c_ll.h | 35 op_code: 3, member
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | i2c_ll.h | 34 op_code: 3, member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rtc_i2c_struct.h | 173 uint32_t op_code: 3; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rtc_i2c_struct.h | 172 uint32_t op_code: 3; member
|