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_server.c56 #define CHECK_BTGATT_INIT() if (bt_gatt_callbacks == NULL)\ macro
523 CHECK_BTGATT_INIT(); in btif_gatts_register_app()
532 CHECK_BTGATT_INIT(); in btif_gatts_unregister_app()
542 CHECK_BTGATT_INIT(); in btif_gatts_open()
554 CHECK_BTGATT_INIT(); in btif_gatts_close()
566 CHECK_BTGATT_INIT(); in btif_gatts_add_service()
578 CHECK_BTGATT_INIT(); in btif_gatts_add_included_service()
591 CHECK_BTGATT_INIT(); in btif_gatts_add_characteristic()
605 CHECK_BTGATT_INIT(); in btif_gatts_add_descriptor()
617 CHECK_BTGATT_INIT(); in btif_gatts_start_service()
[all …]
Dbtif_gatt_client.c61 #define CHECK_BTGATT_INIT() if (bt_gatt_callbacks == NULL)\ macro
1611 CHECK_BTGATT_INIT(); in btif_gattc_register_app()
1620 CHECK_BTGATT_INIT(); in btif_gattc_unregister_app()
1629 CHECK_BTGATT_INIT(); in btif_gattc_scan()
1638 CHECK_BTGATT_INIT(); in btif_gattc_open()
1650 CHECK_BTGATT_INIT(); in btif_gattc_close()
1661 CHECK_BTGATT_INIT(); in btif_gattc_listen()
1713 CHECK_BTGATT_INIT(); in btif_gattc_set_adv_data()
1729 CHECK_BTGATT_INIT(); in btif_gattc_refresh()
1739 CHECK_BTGATT_INIT(); in btif_gattc_search_service()
[all …]