Home
last modified time | relevance | path

Searched refs:p_flag (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc1802 const uint8_t* p_flag = AdvertiseDataParser::GetFieldByType( in btm_ble_is_discoverable() local
1804 if (p_flag != NULL && data_len != 0) { in btm_ble_is_discoverable()
1805 flag = *p_flag; in btm_ble_is_discoverable()
2029 const uint8_t* p_flag = in btm_ble_update_inq_result() local
2031 if (p_flag != NULL && len != 0) { in btm_ble_update_inq_result()
2033 p_cur->flag = *p_flag; in btm_ble_update_inq_result()
2034 local_flag = *p_flag; in btm_ble_update_inq_result()
2307 const uint8_t* p_flag = AdvertiseDataParser::GetFieldByType( in btm_ble_process_adv_pkt_cont_for_inquiry() local
2321 !p_i->inq_info.results.flag && p_flag && *p_flag))) { in btm_ble_process_adv_pkt_cont_for_inquiry()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc756 const uint8_t* p_flag = AdvertiseDataParser::GetFieldByType( in handle_remote_properties() local
759 if (p_flag != NULL && flag_len != 0) { in handle_remote_properties()
760 if ((BTM_BLE_BREDR_NOT_SPT & *p_flag) == 0) { in handle_remote_properties()