HomeSort by relevance Sort by last modified time
    Searched refs:btif_cb (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 524 btif_gatts_cb_t btif_cb; local
525 memcpy(&btif_cb.uuid, uuid, sizeof(bt_uuid_t));
527 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL);
533 btif_gatts_cb_t btif_cb; local
534 btif_cb.server_if = (uint8_t) server_if;
536 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL);
543 btif_gatts_cb_t btif_cb; local
544 btif_cb.server_if = (uint8_t) server_if;
545 btif_cb.is_direct = is_direct ? 1 : 0;
546 btif_cb.transport = (btgatt_transport_t)transport
555 btif_gatts_cb_t btif_cb; local
567 btif_gatts_cb_t btif_cb; local
579 btif_gatts_cb_t btif_cb; local
592 btif_gatts_cb_t btif_cb; local
606 btif_gatts_cb_t btif_cb; local
618 btif_gatts_cb_t btif_cb; local
629 btif_gatts_cb_t btif_cb; local
639 btif_gatts_cb_t btif_cb; local
650 btif_gatts_cb_t btif_cb; local
665 btif_gatts_cb_t btif_cb; local
    [all...]
btif_gatt_client.c 810 btif_gattc_cb_t btif_cb; local
825 btif_cb.status = call_status;
826 btif_cb.client_if = client_if;
827 btif_cb.inst_id = inst_id;
852 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL);
859 btif_gattc_cb_t btif_cb; local
860 btif_cb.status = call_status;
861 btif_cb.action = 0;
863 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL);
962 btif_gattc_cb_t btif_cb; local
1018 btif_gattc_cb_t btif_cb; local
1032 btgatt_adv_filter_cb_t btif_cb; local
1046 btgatt_adv_filter_cb_t btif_cb; local
1059 btgatt_adv_filter_cb_t btif_cb; local
1685 btif_gattc_cb_t btif_cb; local
1694 btif_gattc_cb_t btif_cb; local
1703 btif_gattc_cb_t btif_cb; local
1712 btif_gattc_cb_t btif_cb; local
1724 btif_gattc_cb_t btif_cb; local
1735 btif_gattc_cb_t btif_cb; local
1776 btif_gattc_cb_t btif_cb; local
1786 btif_gattc_cb_t btif_cb; local
1799 btif_gattc_cb_t btif_cb; local
1817 btif_gattc_cb_t btif_cb; local
1836 btif_gattc_cb_t btif_cb; local
1853 btif_gattc_cb_t btif_cb; local
1868 btif_gattc_cb_t btif_cb; local
1883 btif_gattc_cb_t btif_cb; local
1902 btif_gattc_cb_t btif_cb; local
1918 btif_gattc_cb_t btif_cb; local
1930 btif_gattc_cb_t btif_cb; local
1944 btif_gattc_cb_t btif_cb; local
1956 btif_gattc_cb_t btif_cb; local
1966 btif_gattc_cb_t btif_cb; local
1977 btif_conn_param_cb_t btif_cb; local
2087 btif_gattc_cb_t btif_cb; local
    [all...]
btif_dm.c 2137 btif_activity_energy_info_cb_t btif_cb; local
    [all...]

Completed in 284 milliseconds