Searched refs:uuid_size (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/device/bluetooth/ |
D | bluetooth_service_record_mac_unittest.mm | 40 IOBluetoothSDPUUID* ConvertUuid(const char* uuid_hex_char, size_t uuid_size) { 47 return [IOBluetoothSDPUUID uuidWithBytes:uuid_buffer length:uuid_size];
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_inq.c | 154 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size, 156 static UINT16 btm_convert_uuid_to_uuid16( UINT8 *p_uuid, UINT8 uuid_size ); 3181 UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid, in BTM_GetEirUuidList() argument 3192 p_uuid_data = btm_eir_get_uuid_list( p_eir, uuid_size, p_num_uuid, &type ); in BTM_GetEirUuidList() 3207 if( uuid_size == LEN_UUID_16 ) in BTM_GetEirUuidList() 3215 else if( uuid_size == LEN_UUID_32 ) in BTM_GetEirUuidList() 3223 else if( uuid_size == LEN_UUID_128 ) in BTM_GetEirUuidList() 3258 static UINT8 *btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size, in btm_eir_get_uuid_list() argument 3265 switch( uuid_size ) in btm_eir_get_uuid_list() 3296 *p_num_uuid = uuid_len / uuid_size; in btm_eir_get_uuid_list() [all …]
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1054 BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid_rec, UINT16 uuid_size, UINT8 **p_data) in gatt_parse_uuid_from_cmd() argument 1062 switch (uuid_size) in gatt_parse_uuid_from_cmd() 1065 p_uuid_rec->len = uuid_size; in gatt_parse_uuid_from_cmd() 1102 if (uuid_size != 0) ret = FALSE; in gatt_parse_uuid_from_cmd()
|
/external/bluetooth/bluedroid/stack/include/ |
D | btm_api.h | 4419 BTM_API extern UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid,
|