Searched defs:uuid16 (Results 1 - 9 of 9) 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.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.c40 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, UINT16 uuid16, UINT8 *p_uuid128, tGATT_PERM perm);
213 UINT16 len = 0, uuid16 = 0; local
229 uuid16 = p_attr16->uuid;
237 (uuid16 == GATT_UUID_CHAR_DESCRIPTION || uuid16 == GATT_UUID_CHAR_AGG_FORMAT))
242 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE)
251 else if (uuid16 == GATT_UUID_CHAR_DECLARE)
272 else if (uuid16 == GATT_UUID_INCLUDE_SERVICE)
282 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16);
465 UINT16 uuid16 = (p_char_uuid->len == LEN_UUID_16) ? p_char_uuid->uu.uuid16 : 0; local
558 UINT16 uuid16 = (p_descr_uuid->len == LEN_UUID_16)? p_descr_uuid->uu.uuid16 : 0; local
882 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);
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/dm/
H A Dbta_dm_act.c116 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);
1669 service = p_uuid->uu.uuid16;
1687 result.disc_ble_res.service.uu.uuid16 = service_uuid.uu.uuid16;
2188 uuid.uu.uuid16 = bta_service_id_to_uuid_lkup_tbl[0];
2193 uuid.uu.uuid16 = UUID_PROTOCOL_L2CAP;
2213 uuid.uu.uuid16 = bta_service_id_to_uuid_lkup_tbl[bta_dm_search_cb.service_index];
2227 uuid.uu.uuid16 = bta_service_id_to_uuid_lkup_tbl[bta_dm_search_cb.service_index];
2235 if (uuid.uu.uuid16 == UUID_SERVCLASS_PNP_INFORMATION)
2247 APPL_TRACE_ERROR1("****************search UUID = %04x***********", uuid.uu.uuid16);
4372 bta_dm_eir_update_uuid(UINT16 uuid16, BOOLEAN adding) argument
[all...]
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h229 UINT16 uuid16; member in union:__anon547
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c150 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 );
2948 ** Parameters uuid16 - UUID 16-bit
2955 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 )
2961 if( uuid16 == BTM_EIR_UUID_LKUP_TBL[xx])
2977 ** uuid16 - UUID 16-bit
2983 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
2988 service_id = btm_convert_uuid_to_eir_service(uuid16);
3005 ** uuid16 - UUID 16-bit
3012 tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results, UINT16 uuid16 )
3015 if( BTM_HasEirService( p_results->eir_uuid, uuid16 ))
3278 UINT16 uuid16 = 0; local
3337 UINT16 uuid16; local
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h424 UINT16 uuid16; member in union:__anon1261::__anon1262
/external/libnfc-nci/src/include/
H A Dbt_types.h408 UINT16 uuid16; member in union:__anon19886::__anon19887

Completed in 917 milliseconds