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

  /system/bt/btif/src/
btif_gatt_server.c 523 btif_gatts_cb_t btif_cb; local
524 memcpy(&btif_cb.uuid, uuid, sizeof(bt_uuid_t));
526 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL);
532 btif_gatts_cb_t btif_cb; local
533 btif_cb.server_if = (uint8_t) server_if;
535 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL);
542 btif_gatts_cb_t btif_cb; local
543 btif_cb.server_if = (uint8_t) server_if;
544 btif_cb.is_direct = is_direct ? 1 : 0;
545 btif_cb.transport = (btgatt_transport_t)transport
554 btif_gatts_cb_t btif_cb; local
566 btif_gatts_cb_t btif_cb; local
578 btif_gatts_cb_t btif_cb; local
591 btif_gatts_cb_t btif_cb; local
605 btif_gatts_cb_t btif_cb; local
617 btif_gatts_cb_t btif_cb; local
628 btif_gatts_cb_t btif_cb; local
638 btif_gatts_cb_t btif_cb; local
649 btif_gatts_cb_t btif_cb; local
664 btif_gatts_cb_t btif_cb; local
    [all...]
btif_gatt_client.c 863 btif_gattc_cb_t btif_cb; local
878 btif_cb.status = call_status;
879 btif_cb.client_if = client_if;
880 btif_cb.inst_id = inst_id;
905 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL);
912 btif_gattc_cb_t btif_cb; local
913 btif_cb.status = call_status;
914 btif_cb.action = 0;
916 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL);
1015 btif_gattc_cb_t btif_cb; local
1067 btif_gattc_cb_t btif_cb; local
1079 btif_gattc_cb_t btif_cb; local
1091 btgatt_adv_filter_cb_t btif_cb; local
1105 btgatt_adv_filter_cb_t btif_cb; local
1118 btgatt_adv_filter_cb_t btif_cb; local
1771 btif_gattc_cb_t btif_cb; local
1780 btif_gattc_cb_t btif_cb; local
1789 btif_gattc_cb_t btif_cb; local
1798 btif_gattc_cb_t btif_cb; local
1810 btif_gattc_cb_t btif_cb; local
1821 btif_gattc_cb_t btif_cb; local
1889 btif_gattc_cb_t btif_cb; local
1899 btif_gattc_cb_t btif_cb; local
1912 btif_gattc_cb_t btif_cb; local
1930 btif_gattc_cb_t btif_cb; local
1949 btif_gattc_cb_t btif_cb; local
1966 btif_gattc_cb_t btif_cb; local
1981 btif_gattc_cb_t btif_cb; local
1996 btif_gattc_cb_t btif_cb; local
2015 btif_gattc_cb_t btif_cb; local
2031 btif_gattc_cb_t btif_cb; local
2043 btif_gattc_cb_t btif_cb; local
2057 btif_gattc_cb_t btif_cb; local
2069 btif_gattc_cb_t btif_cb; local
2079 btif_gattc_cb_t btif_cb; local
2090 btif_conn_param_cb_t btif_cb; local
2201 btif_gattc_cb_t btif_cb; local
    [all...]
btif_dm.c 2167 btif_activity_energy_info_cb_t btif_cb; local
    [all...]

Completed in 141 milliseconds