Searched refs:p_num_uuid (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_inq.c | 142 UINT8 *p_num_uuid, UINT8 *p_uuid_list_type ); 2759 UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid, in BTM_GetEirUuidList() argument 2769 p_uuid_data = btm_eir_get_uuid_list( p_eir, uuid_size, p_num_uuid, &type ); in BTM_GetEirUuidList() 2774 if ( *p_num_uuid > max_num_uuid ) { in BTM_GetEirUuidList() 2776 *p_num_uuid, max_num_uuid ); in BTM_GetEirUuidList() 2777 *p_num_uuid = max_num_uuid; in BTM_GetEirUuidList() 2780 BTM_TRACE_DEBUG("BTM_GetEirUuidList type = %02X, number of uuid = %d\n", type, *p_num_uuid ); in BTM_GetEirUuidList() 2783 for ( yy = 0; yy < *p_num_uuid; yy++ ) { in BTM_GetEirUuidList() 2788 for ( yy = 0; yy < *p_num_uuid; yy++ ) { in BTM_GetEirUuidList() 2793 for ( yy = 0; yy < *p_num_uuid; yy++ ) { in BTM_GetEirUuidList() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 4157 UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid,
|