OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_uuid_cond
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_adv_filter.c
785
tBTM_BLE_PF_UUID_COND *
p_uuid_cond
;
local
793
p_uuid_cond
= p_cond ? &p_cond->srvc_uuid : NULL;
798
p_uuid_cond
= p_cond ? &p_cond->solicitate_uuid : NULL;
801
if (NULL ==
p_uuid_cond
&& action != BTM_BLE_SCAN_COND_CLEAR)
808
if (BTM_BLE_SCAN_COND_ADD == action && NULL !=
p_uuid_cond
&&
809
p_uuid_cond
->p_target_addr &&
810
btm_ble_find_addr_filter_counter(
p_uuid_cond
->p_target_addr) == NULL)
818
BDADDR_TO_STREAM(p,
p_uuid_cond
->p_target_addr->bda);
819
UINT8_TO_STREAM(p,
p_uuid_cond
->p_target_addr->type);
844
NULL !=
p_uuid_cond
)
[
all
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c
476
**
p_uuid_cond
: Characteristic UUID, if NULL find the first available
485
tBT_UUID *
p_uuid_cond
, tBTA_GATTC_INCL_SVC_ID *p_result)
496
p_uuid_cond
,
516
**
p_uuid_cond
: Included service UUID, if NULL find the first available
526
tBT_UUID *
p_uuid_cond
,
538
p_uuid_cond
,
[
all
...]
bta_gattc_cache.c
[
all
...]
bta_gattc_int.h
542
tBTA_GATT_ID *p_start_rec,tBT_UUID *
p_uuid_cond
,
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
[
all
...]
Completed in 226 milliseconds