Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_client.c1103 static void btgattc_handle_event(uint16_t event, char* p_param) in btgattc_handle_event() function
1614 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_REGISTER_APP, in btif_gattc_register_app()
1623 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_UNREGISTER_APP, in btif_gattc_unregister_app()
1631 …return btif_transfer_context(btgattc_handle_event, start ? BTIF_GATTC_SCAN_START : BTIF_GATTC_SCAN… in btif_gattc_scan()
1644 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_OPEN, in btif_gattc_open()
1655 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_CLOSE, in btif_gattc_close()
1665 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_LISTEN, in btif_gattc_listen()
1721 bt_status_t status = btif_transfer_context(btgattc_handle_event, BTIF_GATTC_SET_ADV_DATA, in btif_gattc_set_adv_data()
1733 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_REFRESH, in btif_gattc_refresh()
1745 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_SEARCH_SERVICE, in btif_gattc_search_service()
[all …]