HomeSort by relevance Sort by last modified time
    Searched defs:uuid16 (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 40 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
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 150 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 );
3278 UINT16 uuid16 = 0; local
3337 UINT16 uuid16; local
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 229 UINT16 uuid16; member in union:__anon2953
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 424 UINT16 uuid16; member in union:__anon3667::__anon3668
  /external/libnfc-nci/src/include/
bt_types.h 408 UINT16 uuid16; member in union:__anon22278::__anon22279
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 1663 int uuid16 = adv_data[offset++]; local
    [all...]

Completed in 174 milliseconds