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_int.h 667 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);
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 50 ** Function gatts_init_service_db
60 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri, function
65 GATT_TRACE_ERROR0("gatts_init_service_db failed, no resources");
69 GATT_TRACE_DEBUG0("gatts_init_service_db");
83 ** Function gatts_init_service_db
    [all...]

Completed in 191 milliseconds