Searched refs:p_uuid_mask (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_ble_adv_filter.c | 867 if (NULL != p_uuid_cond->p_uuid_mask) in btm_ble_update_uuid_filter() 871 UINT16_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid16_mask); in btm_ble_update_uuid_filter() 876 UINT32_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid32_mask); in btm_ble_update_uuid_filter() 881 ARRAY_TO_STREAM (p, p_uuid_cond->p_uuid_mask->uuid128_mask, LEN_UUID_128); in btm_ble_update_uuid_filter()
|
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_api.c | 2256 if (p_cond->srvc_uuid.p_uuid_mask) in BTA_DmBleCfgFilterCondition() 2258 p_msg->p_cond_param->srvc_uuid.p_uuid_mask = (tBTA_DM_BLE_PF_COND_MASK *)p; in BTA_DmBleCfgFilterCondition() 2259 memcpy(p_msg->p_cond_param->srvc_uuid.p_uuid_mask, in BTA_DmBleCfgFilterCondition() 2260 p_cond->srvc_uuid.p_uuid_mask, sizeof(tBTA_DM_BLE_PF_COND_MASK)); in BTA_DmBleCfgFilterCondition()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_gatt_client.c | 1411 cond.srvc_uuid.p_uuid_mask = NULL; in btgattc_handle_event() 1415 cond.srvc_uuid.p_uuid_mask = &uuid_mask; in btgattc_handle_event() 2009 const bt_uuid_t *p_uuid_mask, const bt_bdaddr_t *bd_addr, in btif_gattc_scan_filter_add_remove() argument 2032 btif_filt_cb.has_mask = (p_uuid_mask != NULL); in btif_gattc_scan_filter_add_remove() 2036 if (p_uuid_mask != NULL) in btif_gattc_scan_filter_add_remove() 2037 memcpy(&btif_filt_cb.uuid_mask, p_uuid_mask, sizeof(bt_uuid_t)); in btif_gattc_scan_filter_add_remove()
|
/external/bluetooth/bluedroid/stack/include/ |
D | btm_ble_api.h | 660 tBTM_BLE_PF_COND_MASK *p_uuid_mask; /* UUID mask */ member
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_api.h | 559 …tBTA_DM_BLE_PF_COND_MASK *p_uuid_mask; /* UUID condition mask, if NULL, match exact a… member
|