HomeSort by relevance Sort by last modified time
    Searched refs:gatts_add_included_service (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 293 return gatts_add_included_service(&p_decl->svc_db,
    [all...]
gatt_db.c 441 ** Function gatts_add_included_service
451 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, function
457 GATT_TRACE_DEBUG("gatts_add_included_service: s_hdl = 0x%04x e_hdl = 0x%04x uuid = 0x%04x",
462 GATT_TRACE_ERROR("gatts_add_included_service Illegal Params.");
    [all...]
gatt_int.h 697 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);

Completed in 79 milliseconds