Searched defs:uuid16 (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys_conn.c554 void bta_sys_add_uuid(UINT16 uuid16) argument
558 bta_sys_cb.eir_cb(uuid16, TRUE );
572 void bta_sys_remove_uuid(UINT16 uuid16) argument
576 bta_sys_cb.eir_cb(uuid16, FALSE);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_util.c125 void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128) argument
131 uuid16_bo = ntohs(uuid16);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c214 UINT16 len = 0, uuid16 = 0; local
233 uuid16 = p_attr16->uuid;
238 (uuid16 == GATT_UUID_CHAR_DESCRIPTION || uuid16 == GATT_UUID_CHAR_AGG_FORMAT))
243 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE)
252 else if (uuid16 == GATT_UUID_CHAR_DECLARE)
279 else if (uuid16 == GATT_UUID_INCLUDE_SERVICE)
293 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16);
357 attr_uuid.uu.uuid16
[all...]
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_utils.c745 return (p_uuid1->uu.uuid16 == p_uuid2->uu.uuid16);
781 return (BOOLEAN)(p_btuuid->uu.uuid16 == p_attr->attr_value.v.u16);
1034 ** uuid16: 2-byte UUID
1040 void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128) argument
1046 uuid16_bo = ntohs(uuid16);
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h250 UINT16 uuid16; member in union:__anon568
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c150 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 );
2986 ** Parameters uuid16 - UUID 16-bit
2993 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 )
2999 if( uuid16 == BTM_EIR_UUID_LKUP_TBL[xx])
3015 ** uuid16 - UUID 16-bit
3021 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
3026 service_id = btm_convert_uuid_to_eir_service(uuid16);
3043 ** uuid16 - UUID 16-bit
3050 tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results, UINT16 uuid16 )
3053 if( BTM_HasEirService( p_results->eir_uuid, uuid16 ))
3316 UINT16 uuid16 = 0; local
3375 UINT16 uuid16; local
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c124 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);
1706 service = p_uuid->uu.uuid16;
1724 result.disc_ble_res.service.uu.uuid16 = service_uuid.uu.uuid16;
2236 uuid.uu.uuid16 = bta_service_id_to_uuid_lkup_tbl[0];
2241 uuid.uu.uuid16 = UUID_PROTOCOL_L2CAP;
2261 uuid.uu.uuid16 = bta_service_id_to_uuid_lkup_tbl[bta_dm_search_cb.service_index];
2275 uuid.uu.uuid16 = bta_service_id_to_uuid_lkup_tbl[bta_dm_search_cb.service_index];
2283 if (uuid.uu.uuid16 == UUID_SERVCLASS_PNP_INFORMATION)
2295 APPL_TRACE_ERROR("****************search UUID = %04x***********", uuid.uu.uuid16);
4542 bta_dm_eir_update_uuid(UINT16 uuid16, BOOLEAN adding) argument
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h431 UINT16 uuid16; member in union:__anon1389::__anon1390
/external/libnfc-nci/src/include/
H A Dbt_types.h408 UINT16 uuid16; member in union:__anon23963::__anon23964

Completed in 192 milliseconds