Searched defs:pdu (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/ |
A D | l2cc.h | 127 struct l2cc_dbg_pdu pdu; member 138 struct l2cc_dbg_pdu pdu; member 150 struct l2cc_pdu pdu; member 162 struct l2cc_pdu pdu; member
|
A D | gattc.h | 85 struct l2cc_pdu_recv_ind* pdu; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | net.c | 63 #define IVI(pdu) ((pdu)[0] >> 7) argument 64 #define NID(pdu) ((pdu)[0] & 0x7f) argument 65 #define CTL(pdu) ((pdu)[1] >> 7) argument 66 #define TTL(pdu) ((pdu)[1] & 0x7f) argument 67 #define SEQ(pdu) (((bt_u32_t)(pdu)[2] << 16) | ((bt_u32_t)(pdu)[3] << 8) | (bt_u32_t)(pdu)[4]); argument 68 #define SRC(pdu) (sys_get_be16(&(pdu)[5])) argument 69 #define DST(pdu) (sys_get_be16(&(pdu)[7])) argument 144 static u64_t msg_hash(struct bt_mesh_net_rx *rx, struct net_buf_simple *pdu) in msg_hash() 157 static bool msg_cache_match(struct bt_mesh_net_rx *rx, struct net_buf_simple *pdu) in msg_cache_match()
|
A D | crypto.c | 36 #define NET_MIC_LEN(pdu) (((pdu)[1] & 0x80) ? 8 : 4) argument 510 static void create_proxy_nonce(u8_t nonce[13], const u8_t *pdu, in create_proxy_nonce() 537 static void create_net_nonce(u8_t nonce[13], const u8_t *pdu, in create_net_nonce() 563 int bt_mesh_net_obfuscate(u8_t *pdu, bt_u32_t iv_index, in bt_mesh_net_obfuscate()
|
A D | prov.c | 1132 u8_t pdu[25]; in prov_data() local
|
A D | provisioner_prov.c | 2333 u8_t pdu[25]; in send_prov_data() local
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | gatt.c | 1252 struct gatt_incl pdu; in bt_gatt_attr_read_included() local 1307 struct gatt_chrc pdu; in bt_gatt_attr_read_chrc() local 2692 const void *pdu, u16_t length, in gatt_find_type_rsp() 2795 const void *pdu, u16_t length, in read_included_uuid_cb() 3035 const void *pdu, u16_t length, in gatt_read_type_rsp() 3174 const void *pdu, u16_t length, in gatt_read_group_rsp() 3223 const void *pdu, u16_t length, in gatt_find_info_rsp() 3401 const void *pdu, u16_t length) in parse_read_by_uuid() 3581 const void *pdu, u16_t length, in gatt_read_mult_vl_rsp() 3778 const void *pdu, u16_t length, in gatt_prepare_write_rsp() [all …]
|
A D | att.c | 379 struct net_buf *pdu; in att_mtu_req() local 495 static u8_t att_handle_rsp(struct bt_att_chan *chan, void *pdu, u16_t len, in att_handle_rsp()
|
Completed in 46 milliseconds