Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_server.c106 } __attribute__((packed)) btif_gatts_cb_t; typedef
361 btif_gatts_cb_t* p_cb = (btif_gatts_cb_t*)p_param; in btgatts_handle_event()
524 btif_gatts_cb_t btif_cb; in btif_gatts_register_app()
527 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL); in btif_gatts_register_app()
533 btif_gatts_cb_t btif_cb; in btif_gatts_unregister_app()
536 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL); in btif_gatts_unregister_app()
543 btif_gatts_cb_t btif_cb; in btif_gatts_open()
549 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL); in btif_gatts_open()
555 btif_gatts_cb_t btif_cb; in btif_gatts_close()
560 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL); in btif_gatts_close()
[all …]