Searched refs:p_uuid_mask (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_adv_filter.c867 if (NULL != p_uuid_cond->p_uuid_mask)
871 UINT16_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid16_mask);
876 UINT32_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid32_mask);
881 ARRAY_TO_STREAM (p, p_uuid_cond->p_uuid_mask->uuid128_mask, LEN_UUID_128);
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c2256 if (p_cond->srvc_uuid.p_uuid_mask)
2258 p_msg->p_cond_param->srvc_uuid.p_uuid_mask = (tBTA_DM_BLE_PF_COND_MASK *)p;
2259 memcpy(p_msg->p_cond_param->srvc_uuid.p_uuid_mask,
2260 p_cond->srvc_uuid.p_uuid_mask, sizeof(tBTA_DM_BLE_PF_COND_MASK));
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c1416 cond.srvc_uuid.p_uuid_mask = NULL;
1420 cond.srvc_uuid.p_uuid_mask = &uuid_mask;
2014 const bt_uuid_t *p_uuid_mask, const bt_bdaddr_t *bd_addr,
2037 btif_filt_cb.has_mask = (p_uuid_mask != NULL);
2041 if (p_uuid_mask != NULL)
2042 memcpy(&btif_filt_cb.uuid_mask, p_uuid_mask, sizeof(bt_uuid_t));
2011 btif_gattc_scan_filter_add_remove(int client_if, int action, int filt_type, int filt_index, int company_id, int company_id_mask, const bt_uuid_t *p_uuid, const bt_uuid_t *p_uuid_mask, const bt_bdaddr_t *bd_addr, char addr_type, int data_len, char* p_data, int mask_len, char* p_mask) argument
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h660 tBTM_BLE_PF_COND_MASK *p_uuid_mask; /* UUID mask */ member in struct:__anon1497
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h559 tBTA_DM_BLE_PF_COND_MASK *p_uuid_mask; /* UUID condition mask, if NULL, match exact as UUID condition */ member in struct:__anon696

Completed in 76 milliseconds