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

/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys_conn.c551 void bta_sys_add_uuid(UINT16 uuid16) argument
555 bta_sys_cb.eir_cb(uuid16, TRUE );
569 void bta_sys_remove_uuid(UINT16 uuid16) argument
573 bta_sys_cb.eir_cb(uuid16, FALSE);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_util.c121 void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128) argument
127 uuid16_bo = ntohs(uuid16);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c40 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, UINT16 uuid16, UINT8 *p_uuid128, tGATT_PERM perm);
212 UINT16 len = 0, uuid16 = 0; local
228 uuid16 = p_attr16->uuid;
236 (uuid16 == GATT_UUID_CHAR_DESCRIPTION || uuid16 == GATT_UUID_CHAR_AGG_FORMAT))
241 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE)
250 else if (uuid16 == GATT_UUID_CHAR_DECLARE)
271 else if (uuid16 == GATT_UUID_INCLUDE_SERVICE)
281 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16);
464 UINT16 uuid16 = (p_char_uuid->len == LEN_UUID_16) ? p_char_uuid->uu.uuid16 : 0; local
557 UINT16 uuid16 = (p_descr_uuid->len == LEN_UUID_16)? p_descr_uuid->uu.uuid16 : 0; local
864 allocate_attr_in_db(tGATT_SVC_DB *p_db, UINT16 uuid16, UINT8 *uuid128, tGATT_PERM perm) argument
[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);
1026 ** uuid16: 2-byte UUID
1032 void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128) argument
1038 uuid16_bo = ntohs(uuid16);
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h205 UINT16 uuid16; member in union:__anon489
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c108 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);
1549 service = p_uuid->uu.uuid16;
1566 result.disc_ble_res.service.uu.uuid16 = service_uuid.uu.uuid16;
2067 uuid.uu.uuid16 = bta_service_id_to_uuid_lkup_tbl[0];
2072 uuid.uu.uuid16 = UUID_PROTOCOL_L2CAP;
2092 uuid.uu.uuid16 = bta_service_id_to_uuid_lkup_tbl[bta_dm_search_cb.service_index];
2106 uuid.uu.uuid16 = bta_service_id_to_uuid_lkup_tbl[bta_dm_search_cb.service_index];
2114 if (uuid.uu.uuid16 == UUID_SERVCLASS_PNP_INFORMATION)
2126 APPL_TRACE_ERROR1("****************search UUID = %04x***********", uuid.uu.uuid16);
4175 bta_dm_eir_update_uuid(UINT16 uuid16, BOOLEAN adding) argument
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c150 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 );
2822 ** Parameters uuid16 - UUID 16-bit
2829 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 )
2835 if( uuid16 == BTM_EIR_UUID_LKUP_TBL[xx])
2851 ** uuid16 - UUID 16-bit
2857 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
2862 service_id = btm_convert_uuid_to_eir_service(uuid16);
2879 ** uuid16 - UUID 16-bit
2886 tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results, UINT16 uuid16 )
2889 if( BTM_HasEirService( p_results->eir_uuid, uuid16 ))
3152 UINT16 uuid16 = 0; local
3211 UINT16 uuid16; local
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h421 UINT16 uuid16; member in union:__anon1151::__anon1152
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dbt_types.h407 UINT16 uuid16; member in union:__anon7429::__anon7430
/external/libnfc-nci/src/include/
H A Dbt_types.h407 UINT16 uuid16; member in union:__anon7508::__anon7509

Completed in 169 milliseconds