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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 241 if (!gatts_init_service_db(&p_list->svc_db, p_svc_uuid, is_pri, s_hdl , num_handles))
    [all...]
gatt_db.c 52 ** Function gatts_init_service_db
62 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, function
67 GATT_TRACE_ERROR("gatts_init_service_db failed, no resources");
71 GATT_TRACE_DEBUG("gatts_init_service_db");
83 ** Function gatts_init_service_db
    [all...]
gatt_int.h 687 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);

Completed in 58 milliseconds