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 514 btif_gatts_cb_t btif_cb; local
515 memcpy(&btif_cb.uuid, uuid, sizeof(bt_uuid_t));
517 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL);
523 btif_gatts_cb_t btif_cb; local
524 btif_cb.server_if = (uint8_t) server_if;
526 (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;
535 btif_cb.is_direct = is_direct ? 1 : 0;
536 btif_cb.transport = (btgatt_transport_t)transport
545 btif_gatts_cb_t btif_cb; local
557 btif_gatts_cb_t btif_cb; local
569 btif_gatts_cb_t btif_cb; local
582 btif_gatts_cb_t btif_cb; local
596 btif_gatts_cb_t btif_cb; local
608 btif_gatts_cb_t btif_cb; local
619 btif_gatts_cb_t btif_cb; local
629 btif_gatts_cb_t btif_cb; local
640 btif_gatts_cb_t btif_cb; local
655 btif_gatts_cb_t btif_cb; local
    [all...]
btif_gatt_client.c 809 btif_gattc_cb_t btif_cb; local
824 btif_cb.status = call_status;
825 btif_cb.client_if = client_if;
826 btif_cb.inst_id = inst_id;
851 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL);
858 btif_gattc_cb_t btif_cb; local
859 btif_cb.status = call_status;
860 btif_cb.action = 0;
862 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL);
961 btif_gattc_cb_t btif_cb; local
1017 btif_gattc_cb_t btif_cb; local
1031 btgatt_adv_filter_cb_t btif_cb; local
1045 btgatt_adv_filter_cb_t btif_cb; local
1058 btgatt_adv_filter_cb_t btif_cb; local
1680 btif_gattc_cb_t btif_cb; local
1689 btif_gattc_cb_t btif_cb; local
1698 btif_gattc_cb_t btif_cb; local
1707 btif_gattc_cb_t btif_cb; local
1719 btif_gattc_cb_t btif_cb; local
1730 btif_gattc_cb_t btif_cb; local
1771 btif_gattc_cb_t btif_cb; local
1781 btif_gattc_cb_t btif_cb; local
1794 btif_gattc_cb_t btif_cb; local
1812 btif_gattc_cb_t btif_cb; local
1831 btif_gattc_cb_t btif_cb; local
1848 btif_gattc_cb_t btif_cb; local
1863 btif_gattc_cb_t btif_cb; local
1878 btif_gattc_cb_t btif_cb; local
1897 btif_gattc_cb_t btif_cb; local
1913 btif_gattc_cb_t btif_cb; local
1925 btif_gattc_cb_t btif_cb; local
1939 btif_gattc_cb_t btif_cb; local
1951 btif_gattc_cb_t btif_cb; local
1961 btif_gattc_cb_t btif_cb; local
1972 btif_conn_param_cb_t btif_cb; local
2082 btif_gattc_cb_t btif_cb; local
    [all...]
btif_dm.c 2095 btif_activity_energy_info_cb_t btif_cb; local
    [all...]

Completed in 87 milliseconds