Home
last modified time | relevance | path

Searched defs:pdu (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h949 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/
Dnet.c41 #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()
Dcrypto.c22 #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()
Dproxy_client.c936 struct bt_mesh_proxy_cfg_pdu *pdu) in bt_mesh_proxy_client_cfg_send()
Dprov.c1188 uint8_t pdu[25] = {0}; in prov_data() local
Dprovisioner_prov.c2388 uint8_t pdu[25] = {0}; local
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_utils.c197 UINT8 avrc_opcode_from_pdu(UINT8 pdu) in avrc_opcode_from_pdu()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c102 const char *dump_rc_pdu(UINT8 pdu) in dump_rc_pdu()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2227 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/
Dbtc_avrc.c357 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/
Dmesh_bearer_adapt.c775 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/
Dmesh_bearer_adapt.c1139 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/
Dbta_av_act.c711 UINT8 u8, pdu, *p; in bta_av_proc_meta_cmd() local