Searched refs:BLE_ADDR_PUBLIC_ID (Results 1 – 3 of 3) sorted by relevance
388 …if((params->own_addr_type == BLE_ADDR_PUBLIC_ID || params->own_addr_type == BLE_ADDR_RANDOM_ID) &&… in BTM_BleSetExtendedAdvParams()391 } else if(params->own_addr_type == BLE_ADDR_PUBLIC_ID){ in BTM_BleSetExtendedAdvParams()
1029 } else if(*own_bda_type == BLE_ADDR_PUBLIC_ID || *own_bda_type == BLE_ADDR_RANDOM_ID) { in BTM_BleUpdateOwnType()1045 if(*own_bda_type == BLE_ADDR_PUBLIC_ID) { in BTM_BleUpdateOwnType()
483 #define BLE_ADDR_PUBLIC_ID 0x02 macro