Home | History | Annotate | Download | only in gap

Lines Matching refs:uuid

289             if (p_db_attr->uuid != GATT_UUID_GAP_DEVICE_NAME &&
293 switch (p_db_attr->uuid)
394 if (p_db_attr->uuid == GATT_UUID_GAP_RECONN_ADDR)
479 tBT_UUID uuid = {LEN_UUID_16,{UUID_SERVCLASS_GAP_SERVER}};
484 /* Fill our internal UUID with a fixed pattern 0x82 */
493 service_handle = GATTS_CreateService (gap_cb.gatt_if, &uuid, 0, GAP_MAX_ATTR_NUM, TRUE);
499 uuid.len = LEN_UUID_16;
500 uuiduuid = GATT_UUID_GAP_DEVICE_NAME;
501 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ);
506 uuid.uu.uuid16 = p_db_attr->uuid = GATT_UUID_GAP_ICON;
508 &uuid,
543 if (p_db_attr->uuid == attr_uuid)
742 BOOLEAN gap_ble_cl_read_request(tGAP_CLCB *p_clcb, UINT16 uuid, void * p_cback)
748 param.service.uuid.len = LEN_UUID_16;
749 param.service.uuid.uu.uuid16 = uuid;
764 p_clcb->cl_op_uuid = uuid;