Home
last modified time | relevance | path

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

/system/bt/test/suite/support/
Dgatt.c73 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid) { in btgattc_register_app_cb() argument
75 gatt_client_interface = clientIf; in btgattc_register_app_cb()
83 void btgattc_open_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda) { in btgattc_open_cb() argument
87 void btgattc_close_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda) { in btgattc_close_cb() argument
Dcallbacks.c39 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid);
41 void btgattc_open_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda);
42 void btgattc_close_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda);