Searched refs:init_addr_type (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/stack/btm/ |
H A D | btm_ble_gap.cc | 1047 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC, in btm_ble_set_discoverability() local 1060 btm_set_conn_mode_adv_init_addr(address, &init_addr_type, &own_addr_type); in btm_ble_set_discoverability() 1083 own_addr_type, init_addr_type, address, in btm_ble_set_discoverability() 2306 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC; in btm_ble_start_slow_adv() local 2311 p_cb->evt_type = btm_set_conn_mode_adv_init_addr(address, &init_addr_type, in btm_ble_start_slow_adv() 2317 own_addr_type, init_addr_type, address, p_cb->adv_chnl_map, p_cb->afp); in btm_ble_start_slow_adv()
|