Searched defs:cmd_code (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/smp/ |
D | smp_utils.c | 349 BOOLEAN smp_send_cmd(UINT8 cmd_code, tSMP_CB *p_cb) in smp_send_cmd() 414 BT_HDR *smp_build_pairing_cmd(UINT8 cmd_code, tSMP_CB *p_cb) in smp_build_pairing_cmd() 446 static BT_HDR *smp_build_confirm_cmd(UINT8 cmd_code, tSMP_CB *p_cb) in smp_build_confirm_cmd() 472 static BT_HDR *smp_build_rand_cmd(UINT8 cmd_code, tSMP_CB *p_cb) in smp_build_rand_cmd() 499 static BT_HDR *smp_build_encrypt_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb) in smp_build_encrypt_info_cmd() 526 static BT_HDR *smp_build_master_id_cmd(UINT8 cmd_code, tSMP_CB *p_cb) in smp_build_master_id_cmd() 555 static BT_HDR *smp_build_identity_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb) in smp_build_identity_info_cmd() 588 static BT_HDR *smp_build_id_addr_cmd(UINT8 cmd_code, tSMP_CB *p_cb) in smp_build_id_addr_cmd() 628 static BT_HDR *smp_build_signing_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb) in smp_build_signing_info_cmd() 655 static BT_HDR *smp_build_pairing_fail(UINT8 cmd_code, tSMP_CB *p_cb) in smp_build_pairing_fail() [all …]
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_main.c | 143 UINT8 cmd_code; in l2c_rcv_acl_data() local 339 UINT8 cmd_code, cfg_code, cfg_len, id; in process_l2cap_cmd() local
|
D | l2c_ble.c | 679 UINT8 cmd_code, id; in l2cble_process_sig_cmd() local
|
D | l2c_utils.c | 384 BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb) in l2c_is_cmd_rejected()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/ |
D | att_protocol.c | 105 BT_HDR *attp_build_err_cmd(UINT8 cmd_code, UINT16 err_handle, UINT8 reason) in attp_build_err_cmd() 487 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 cmd_code, BT_HDR *p_cmd) in attp_cl_send_cmd()
|
D | gatt_cl.c | 1008 UINT8 gatt_cmd_to_rsp_code (UINT8 cmd_code) in gatt_cmd_to_rsp_code()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/av/ |
D | bta_av_api.c | 413 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code, UINT8 *p_data, UINT16 len) in BTA_AvVendorCmd() 561 void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt) in BTA_AvMetaCmd()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 136 UINT8 cmd_code; member
|