Searched refs:btif_gatts_cb_t (Results 1 – 1 of 1) sorted by relevance
106 } __attribute__((packed)) btif_gatts_cb_t; typedef361 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 …]