/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | avrc_defs.h | 949 UINT8 pdu; member 957 UINT8 pdu; member 965 UINT8 pdu; member 974 UINT8 pdu; member 983 UINT8 pdu; member 992 UINT8 pdu; member 1002 UINT8 pdu; member 1011 UINT8 pdu; member 1019 UINT8 pdu; member 1028 UINT8 pdu; member [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | net.c | 41 #define IVI(pdu) ((pdu)[0] >> 7) argument 42 #define NID(pdu) ((pdu)[0] & 0x7f) argument 43 #define CTL(pdu) ((pdu)[1] >> 7) argument 44 #define TTL(pdu) ((pdu)[1] & 0x7f) argument 45 #define SEQ(pdu) (sys_get_be24(&(pdu)[2])) argument 46 #define SRC(pdu) (sys_get_be16(&(pdu)[5])) argument 47 #define DST(pdu) (sys_get_be16(&(pdu)[7])) argument 111 struct net_buf_simple *pdu) in msg_cache_match()
|
D | crypto.c | 22 #define NET_MIC_LEN(pdu) (((pdu)[1] & 0x80) ? 8 : 4) argument 516 static void create_proxy_nonce(uint8_t nonce[13], const uint8_t *pdu, in create_proxy_nonce() 543 static void create_net_nonce(uint8_t nonce[13], const uint8_t *pdu, in create_net_nonce() 569 int bt_mesh_net_obfuscate(uint8_t *pdu, uint32_t iv_index, in bt_mesh_net_obfuscate()
|
D | proxy_client.c | 936 struct bt_mesh_proxy_cfg_pdu *pdu) in bt_mesh_proxy_client_cfg_send()
|
D | prov.c | 1188 uint8_t pdu[25] = {0}; in prov_data() local
|
D | provisioner_prov.c | 2388 uint8_t pdu[25] = {0}; local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_utils.c | 197 UINT8 avrc_opcode_from_pdu(UINT8 pdu) in avrc_opcode_from_pdu()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_util.c | 102 const char *dump_rc_pdu(UINT8 pdu) in dump_rc_pdu()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 2227 struct bt_mesh_proxy_cfg_pdu pdu = { in btc_ble_mesh_prov_call_handler() local 2240 struct bt_mesh_proxy_cfg_pdu pdu = { in btc_ble_mesh_prov_call_handler() local 2254 struct bt_mesh_proxy_cfg_pdu pdu = { in btc_ble_mesh_prov_call_handler() local
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/ |
D | btc_avrc.c | 357 static UINT8 opcode_from_pdu(UINT8 pdu) in opcode_from_pdu() 376 static void send_reject_response (UINT8 rc_handle, UINT8 label, UINT8 pdu, UINT8 status) in send_reject_response()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 775 struct gatts_incl pdu = {0}; in bt_mesh_gatts_attr_read_included() local 825 struct gatts_chrc pdu = {0}; in bt_mesh_gatts_attr_read_chrc() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1139 struct gatts_incl pdu = {0}; in bt_mesh_gatts_attr_read_included() local 1189 struct gatts_chrc pdu = {0}; in bt_mesh_gatts_attr_read_chrc() local
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_act.c | 711 UINT8 u8, pdu, *p; in bta_av_proc_meta_cmd() local
|