Searched refs:p_flag (Results 1 – 2 of 2) sorted by relevance
1802 const uint8_t* p_flag = AdvertiseDataParser::GetFieldByType( in btm_ble_is_discoverable() local1804 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() local2031 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() local2321 !p_i->inq_info.results.flag && p_flag && *p_flag))) { in btm_ble_process_adv_pkt_cont_for_inquiry()
756 const uint8_t* p_flag = AdvertiseDataParser::GetFieldByType( in handle_remote_properties() local759 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()