Searched refs:BT_ADDR_LE_ANY (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | addr.h | 46 #define BT_ADDR_LE_ANY ((bt_addr_le_t[]) { { 0, { { 0, 0, 0, 0, 0, 0 } } } }) macro
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | keys.c | 59 !bt_addr_le_cmp(&keys->addr, BT_ADDR_LE_ANY)) { in bt_keys_get_addr() 80 if (!bt_addr_le_cmp(&oldest->addr, BT_ADDR_LE_ANY)) { in bt_keys_get_addr()
|
A D | gatt.c | 375 cfg = find_sc_cfg(BT_ID_DEFAULT, BT_ADDR_LE_ANY); in sc_save() 457 bt_addr_le_copy(&cfg->peer, BT_ADDR_LE_ANY); in clear_cf_cfg() 471 if (!bt_addr_le_cmp(&cfg->peer, BT_ADDR_LE_ANY)) { in find_cf_cfg() 1100 if (!bt_addr_le_cmp(&cfg->peer, BT_ADDR_LE_ANY)) { in db_changed() 1481 bt_addr_le_copy(&cfg->peer, BT_ADDR_LE_ANY); in clear_ccc_cfg() 1497 } else if (!bt_addr_le_cmp(&cfg->peer, BT_ADDR_LE_ANY)) { in find_ccc_cfg() 1924 if (!bt_addr_le_cmp(&cfg->peer, BT_ADDR_LE_ANY)) { in notify_cb() 2455 bt_addr_le_copy(&sub->peer, BT_ADDR_LE_ANY); in gatt_sub_remove() 2475 !bt_addr_le_cmp(BT_ADDR_LE_ANY, &sub->peer)) { in gatt_sub_find_free() 4164 cfg = ccc_find_cfg(ccc, BT_ADDR_LE_ANY, 0); in ccc_load() [all …]
|
A D | hci_core.c | 1642 bt_addr_le_copy(&cp->peer_addr, BT_ADDR_LE_ANY); in bt_le_create_conn_ext() 1715 bt_addr_le_copy(&peer_addr, BT_ADDR_LE_ANY); in bt_le_create_conn_ext() 1797 bt_addr_le_copy(&cp->peer_addr, BT_ADDR_LE_ANY); in bt_le_create_conn_legacy() 1843 bt_addr_le_copy(&peer_addr, BT_ADDR_LE_ANY); in bt_le_create_conn_legacy() 5322 bt_addr_le_copy(&id_addr, BT_ADDR_LE_ANY); in le_adv_recv() 7642 if (addr && bt_addr_le_cmp(addr, BT_ADDR_LE_ANY)) { in id_create() 7687 if (addr && bt_addr_le_cmp(addr, BT_ADDR_LE_ANY)) { in bt_id_create() 7720 if (addr && bt_addr_le_cmp(addr, BT_ADDR_LE_ANY)) { in bt_id_reset() 8346 bt_addr_le_copy(&adv->target_addr, BT_ADDR_LE_ANY); in bt_le_adv_start_legacy() 8417 bt_addr_le_copy(&adv->target_addr, BT_ADDR_LE_ANY); in bt_le_adv_start_legacy() [all …]
|
A D | hci_api.c | 1021 bt_addr_le_cmp(&bt_dev.id_addr[0], BT_ADDR_LE_ANY)))) { in hci_vs_init()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | bt.c | 544 bt_addr_le_copy((bt_addr_le_t *)&addr, BT_ADDR_LE_ANY); in cmd_id_create() 580 bt_addr_le_copy(&addr, BT_ADDR_LE_ANY); in cmd_id_reset()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | bt.c | 725 bt_addr_le_copy((bt_addr_le_t *)&addr, BT_ADDR_LE_ANY); in cmd_id_create() 761 bt_addr_le_copy(&addr, BT_ADDR_LE_ANY); in cmd_id_reset()
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 535 if (!bt_addr_le_cmp((const bt_addr_le_t *)¶m->direct_peer_addr, BT_ADDR_LE_ANY)) { in ble_stack_adv_start()
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 3452 bt_addr_le_copy((bt_addr_le_t *)&addr, BT_ADDR_LE_ANY); in cmd_id_create()
|
Completed in 58 milliseconds