Searched refs:adv (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_core.c | 443 if (!adv) { in adv_new() 447 (void)memset(adv, 0, sizeof(*adv)); in adv_new() 5528 le_adv_stop_free_conn(adv, adv == bt_dev.adv ? evt->status : 0); in le_adv_set_terminated() 5549 if (adv->cb && adv->cb->connected) { in le_adv_set_terminated() 5554 adv->cb->connected(adv, &info); in le_adv_set_terminated() 5568 if (adv->cb && adv->cb->sent) { in le_adv_set_terminated() 5573 adv->cb->sent(adv, &info); in le_adv_set_terminated() 5577 if (!atomic_test_bit(adv->flags, BT_ADV_PERSIST) && adv == bt_dev.adv) { in le_adv_set_terminated() 5597 if (adv->cb && adv->cb->scanned) { in le_scan_req_received() 5611 adv->cb->scanned(adv, &info); in le_scan_req_received() [all …]
|
A D | hci_core.h | 180 struct bt_le_ext_adv adv; member 183 struct bt_le_ext_adv *adv; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | bluetooth.h | 80 void (*sent)(struct bt_le_ext_adv *adv, 91 void (*connected)(struct bt_le_ext_adv *adv, 103 void (*scanned)(struct bt_le_ext_adv *adv, 629 struct bt_le_ext_adv **adv); 665 int bt_le_ext_adv_start(struct bt_le_ext_adv *adv, 677 int bt_le_ext_adv_stop(struct bt_le_ext_adv *adv); 707 int bt_le_ext_adv_set_data(struct bt_le_ext_adv *adv, 722 int bt_le_ext_adv_update_param(struct bt_le_ext_adv *adv, 732 int bt_le_ext_adv_delete(struct bt_le_ext_adv *adv); 744 u8_t bt_le_ext_adv_get_index(struct bt_le_ext_adv *adv); [all …]
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | adv.c | 266 struct bt_mesh_adv *adv; in bt_mesh_adv_create_from_pool() local 286 adv = get_id(net_buf_id(buf)); in bt_mesh_adv_create_from_pool() 287 BT_MESH_ADV(buf) = adv; in bt_mesh_adv_create_from_pool() 289 memset(adv, 0, sizeof(*adv)); in bt_mesh_adv_create_from_pool() 291 adv->type = type; in bt_mesh_adv_create_from_pool() 292 adv->xmit = xmit; in bt_mesh_adv_create_from_pool()
|
A D | friend.c | 48 #define FRIEND_ADV(buf) CONTAINER_OF(BT_MESH_ADV(buf), struct friend_adv, adv) 69 struct bt_mesh_adv adv; member 75 return &adv_pool[id].adv; in adv_alloc() 921 struct friend_adv *adv; in enqueue_friend_pdu() local 934 adv = FRIEND_ADV(buf); in enqueue_friend_pdu() 935 seg = get_seg(frnd, BT_MESH_ADV(buf)->addr, &adv->seq_auth); in enqueue_friend_pdu()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/ |
A D | build.mk | 40 src/adv.c \
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | avrcp_api.h | 1506 } adv; member 1528 btif_avrcp_rsp_adv adv; member
|
/AliOS-Things-master/components/ble_host/ |
A D | README.md | 607 在串口工具中输入ble adv start 020106,可以在串口日志中看到如下打印
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 90754 duk_small_uint_t adv; local 90760 adv = 2; 90767 adv = 3; 90879 adv = lookup_idx; 90901 *out_adv = adv; 90917 adv = 1; 90965 adv = 0; 92329 adv = 1; 92366 adv = 2; 92386 adv = 3; [all …]
|
Completed in 278 milliseconds