Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c47 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()
228 BT_HDR *attp_build_handle_cmd(UINT8 op_code, UINT16 handle, UINT16 offset) in attp_build_handle_cmd()
262 BT_HDR *attp_build_opcode_cmd(UINT8 op_code) in attp_build_opcode_cmd()
286 BT_HDR *attp_build_value_cmd (UINT16 payload_size, UINT8 op_code, UINT16 handle, in attp_build_value_cmd()
374 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.c80 UINT8 op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery() local
134 UINT8 op_code = 0; in gatt_act_read() local
216 UINT8 rt = GATT_SUCCESS, op_code = 0; in gatt_act_write() local
436 void gatt_process_read_info_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_read_info_rsp()
534 void gatt_process_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_error_rsp()
584 void gatt_process_prep_write_rsp (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_prep_write_rsp()
629 void gatt_process_notification(tGATT_TCB *p_tcb, UINT8 op_code, in gatt_process_notification()
710 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()
886 void gatt_process_read_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, in gatt_process_read_rsp()
1085 void gatt_client_handle_server_rsp (tGATT_TCB *p_tcb, UINT8 op_code, in gatt_client_handle_server_rsp()
Dgatt_sr.c82 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle) in gatt_sr_enqueue_cmd()
291 UINT32 trans_id, UINT8 op_code, in gatt_sr_process_app_rsp()
355 void gatt_process_exec_write_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatt_process_exec_write_req()
475 void gatt_process_read_multi_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatt_process_read_multi_req()
593 UINT8 op_code, UINT16 s_hdl, in gatt_build_primary_service_rsp()
747 static tGATT_STATUS gatts_validate_packet_format(UINT8 op_code, UINT16 *p_len, in gatts_validate_packet_format()
806 void gatts_process_primary_service_req(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_primary_service_req()
866 static void gatts_process_find_info(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_find_info()
996 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()
1107 UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_write_req()
[all …]
Dgatt_db.c329 UINT8 op_code, in gatts_db_read_attr_value_by_type()
922 UINT8 op_code, in gatts_read_attr_value_by_handle()
1061 tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code, in gatts_write_attr_perm_check()
1419 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code, in gatts_send_app_read_request()
Dgatt_auth.c104 UINT8 op_code; in gatt_verify_signature() local
Dgatt_utils.c1527 tGATT_STATUS gatt_send_error_rsp (tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, in gatt_send_error_rsp()
2137 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()
2191 UINT8 gatt_send_write_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, in gatt_send_write_msg()
2383 UINT8 *gatt_dbg_op_name(UINT8 op_code) in gatt_dbg_op_name()
Dgatt_main.c976 UINT8 op_code, pseudo_op_code; in gatt_data_process() local
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/gls/
Dgls_racp.h150 …gls_racp_op_code_t op_code; /**< Glucose Recoerd Access Control Point Operation Code.… member
156 …gls_racp_op_code_t op_code; /**< Glucose Recoerd Access Control Point Operation Code.… member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/spi/
Dspi-slave-protocol.h47 int op_code; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_btcoex.c906 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local
937 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local
968 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local
999 u8 op_code; in halbtcoutsrc_GetBtForbiddenSlotVal() local
1422 u8 op_code; in halbtcoutsrc_LnaConstrainLvl() local
2501 u8 op_code; in halbtcoutsrc_SetBtReg() local
2562 u8 op_code; in halbtcoutsrc_SetBtTRXMASK() local
2602 u8 op_code; in halbtcoutsrc_GetBtReg_with_status() local
2641 u8 op_code; in halbtcoutsrc_setbttestmode() local
2835 u8 op_code; in halbtcoutsrc_GetBleScanTypeFromBt() local
[all …]
/device/board/osware/imx8mm/drivers/bluetooth/source/include/
Duipc_msg.h120 uint8_t op_code; member
161 uint8_t op_code; /* L2C_SYNC_TO_LITE_REQ */ member
179 uint8_t op_code; /* L2C_SYNC_TO_LITE_RESP */ member
186 uint8_t op_code; /* L2C_REMOVE_TO_LITE_REQ */ member
196 uint8_t op_code; member
252 uint8_t op_code; member
258 uint8_t op_code; member
/device/board/kaihong/khdvk_3566b/kernel/bluetooth/include/
Duipc_msg.h120 uint8_t op_code; member
161 uint8_t op_code; /* L2C_SYNC_TO_LITE_REQ */ member
179 uint8_t op_code; /* L2C_SYNC_TO_LITE_RESP */ member
186 uint8_t op_code; /* L2C_REMOVE_TO_LITE_REQ */ member
196 uint8_t op_code; member
252 uint8_t op_code; member
258 uint8_t op_code; member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h142 UINT8 op_code; member
147 UINT8 op_code; member
274 UINT8 op_code; member
294 UINT8 op_code; member
354 UINT8 op_code; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/btc/
Dhalbtccommon.h83 #define rtw_btc_ex_dbg_control(btc, op_code, op_len, pdata) argument
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_privacy.c68 void btm_ble_enq_resolving_list_pending(BD_ADDR pseudo_bda, UINT8 op_code) in btm_ble_enq_resolving_list_pending()
Dbtm_ble.c1085 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()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c485 void smp_concatenate_local( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code) in smp_concatenate_local()
505 void smp_concatenate_peer( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code) in smp_concatenate_peer()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Di2c_ll.h36 op_code: 3, member
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/sdk/
Dble_gapc.h286 uint8_t op_code; /**< Operation code. @see enum gap_rslv_addr_read_op_id_t. */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h174 UINT8 op_code; member
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Di2c_struct.h260 …uint32_t op_code: 3; /*op_code is the command 0:RSTART 1:WRITE 2:READ 3:ST… member
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/macif/
Dwifi_msg.h1004 u8_l op_code; member
1027 u8_l op_code; member