Searched refs:p_uuid_cond (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_ble_adv_filter.c | 785 tBTM_BLE_PF_UUID_COND *p_uuid_cond; in btm_ble_update_uuid_filter() local 793 p_uuid_cond = p_cond ? &p_cond->srvc_uuid : NULL; in btm_ble_update_uuid_filter() 798 p_uuid_cond = p_cond ? &p_cond->solicitate_uuid : NULL; in btm_ble_update_uuid_filter() 801 if (NULL == p_uuid_cond && action != BTM_BLE_SCAN_COND_CLEAR) in btm_ble_update_uuid_filter() 808 if (BTM_BLE_SCAN_COND_ADD == action && NULL != p_uuid_cond && in btm_ble_update_uuid_filter() 809 p_uuid_cond->p_target_addr && in btm_ble_update_uuid_filter() 810 btm_ble_find_addr_filter_counter(p_uuid_cond->p_target_addr) == NULL) in btm_ble_update_uuid_filter() 818 BDADDR_TO_STREAM(p, p_uuid_cond->p_target_addr->bda); in btm_ble_update_uuid_filter() 819 UINT8_TO_STREAM(p, p_uuid_cond->p_target_addr->type); in btm_ble_update_uuid_filter() 844 NULL != p_uuid_cond) in btm_ble_update_uuid_filter() [all …]
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 485 … tBT_UUID *p_uuid_cond, tBTA_GATTC_INCL_SVC_ID *p_result) in BTA_GATTC_GetFirstIncludedService() argument 496 p_uuid_cond, in BTA_GATTC_GetFirstIncludedService() 526 tBT_UUID *p_uuid_cond, in BTA_GATTC_GetNextIncludedService() argument 538 p_uuid_cond, in BTA_GATTC_GetNextIncludedService()
|
D | bta_gattc_cache.c | 1293 tBT_UUID * p_uuid_cond, in bta_gattc_find_record() argument 1363 if (bta_gattc_uuid_compare(p_uuid_cond, &p_result->uuid, FALSE)) in bta_gattc_find_record() 1374 if (bta_gattc_uuid_compare(p_uuid_cond, &p_result->uuid, FALSE) && in bta_gattc_find_record() 1436 tBT_UUID *p_uuid_cond, in bta_gattc_query_cache() argument 1455 p_uuid_cond, in bta_gattc_query_cache()
|
D | bta_gattc_int.h | 542 tBTA_GATT_ID *p_start_rec,tBT_UUID *p_uuid_cond,
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 859 … tBT_UUID *p_uuid_cond, 882 tBT_UUID *p_uuid_cond,
|