HomeSort by relevance Sort by last modified time
    Searched full:disc_func (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluez/gdbus/
watch.c 57 GDBusWatchFunction disc_func; member in struct:filter_callback
294 if (cb->disc_func)
295 cb->disc_func(data->connection, cb->user_data);
317 cb->disc_func = disconnect;
473 if (cb->disc_func)
474 cb->disc_func(connection, cb->user_data);
487 (cb->conn_func == NULL || cb->disc_func == NULL)) {

Completed in 3832 milliseconds