Home
last modified time | relevance | path

Searched refs:CHECK_BTGATT_INIT (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_client.cc77 #define CHECK_BTGATT_INIT() \ macro
224 CHECK_BTGATT_INIT(); in btif_gattc_register_app()
249 CHECK_BTGATT_INIT(); in btif_gattc_unregister_app()
316 CHECK_BTGATT_INIT(); in btif_gattc_open()
336 CHECK_BTGATT_INIT(); in btif_gattc_close()
342 CHECK_BTGATT_INIT(); in btif_gattc_refresh()
347 CHECK_BTGATT_INIT(); in btif_gattc_search_service()
373 CHECK_BTGATT_INIT(); in btif_gattc_get_gatt_db()
394 CHECK_BTGATT_INIT(); in btif_gattc_read_char()
419 CHECK_BTGATT_INIT(); in btif_gattc_read_using_char_uuid()
[all …]
Dbtif_gatt_server.cc61 #define CHECK_BTGATT_INIT() \ macro
270 CHECK_BTGATT_INIT(); in btif_gatts_register_app()
277 CHECK_BTGATT_INIT(); in btif_gatts_unregister_app()
322 CHECK_BTGATT_INIT(); in btif_gatts_open()
341 CHECK_BTGATT_INIT(); in btif_gatts_close()
372 CHECK_BTGATT_INIT(); in btif_gatts_add_service()
378 CHECK_BTGATT_INIT(); in btif_gatts_stop_service()
384 CHECK_BTGATT_INIT(); in btif_gatts_delete_service()
392 CHECK_BTGATT_INIT(); in btif_gatts_send_indication()
416 CHECK_BTGATT_INIT(); in btif_gatts_send_response()
[all …]