Searched refs:BTM_BLE_AD_BIT_SERVICE (Results 1 – 4 of 4) sorted by relevance
377 p_multi_adv_data_cb->inst_cb[cbindex].mask |= BTM_BLE_AD_BIT_SERVICE; in btif_gattc_copy_datacb()
304 #define BTM_BLE_AD_BIT_SERVICE (0x00000001 << 6) macro
1445 if (len > MIN_ADV_LENGTH && data_mask & BTM_BLE_AD_BIT_SERVICE && in btm_ble_build_adv_data()1466 data_mask &= ~BTM_BLE_AD_BIT_SERVICE; in btm_ble_build_adv_data()2245 p_adv_data->ad_mask |= BTM_BLE_AD_BIT_SERVICE;
328 #define BTA_BLE_AD_BIT_SERVICE BTM_BLE_AD_BIT_SERVICE