HomeSort by relevance Sort by last modified time
    Searched full:static_addr_type (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/btm/
btm_ble_addr.c 448 if ((p_dev_rec->ble.static_addr_type & (~BLE_ADDR_TYPE_ID_BIT)) !=
452 __func__, p_dev_rec->ble.static_addr_type, addr_type);
513 * p_static_addr_type = p_dev_rec->ble.static_addr_type;
575 p_acl->active_remote_addr_type = p_sec_rec->ble.static_addr_type;
btm_ble_privacy.c 454 if (btsnd_hcic_ble_rm_device_resolving_list(p_dev_rec->ble.static_addr_type,
464 UINT8_TO_STREAM(p, p_dev_rec->ble.static_addr_type);
534 if (btsnd_hcic_ble_read_resolvable_addr_peer(p_dev_rec->ble.static_addr_type,
798 p_dev_rec->ble.static_addr_type = p_dev_rec->ble.ble_addr_type;
803 rt = btsnd_hcic_ble_add_device_resolving_list(p_dev_rec->ble.static_addr_type,
813 UINT8_TO_STREAM(p, p_dev_rec->ble.static_addr_type);
    [all...]
btm_ble_bgconn.c 170 started = btsnd_hcic_ble_add_white_list (p_dev_rec->ble.static_addr_type,
184 started = btsnd_hcic_ble_remove_from_white_list (p_dev_rec->ble.static_addr_type, p_dev_rec->ble.static_addr);
btm_int.h 470 tBLE_ADDR_TYPE static_addr_type; /* static address type */ member in struct:__anon69349
    [all...]
btm_ble_gap.c     [all...]
btm_acl.c 181 * p_addr_type = p_dev_rec->ble.static_addr_type;
    [all...]
btm_ble.c     [all...]

Completed in 645 milliseconds