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 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 822 btif_gattc_cb_t btif_cb; local
837 btif_cb.status = call_status;
838 btif_cb.client_if = client_if;
839 btif_cb.inst_id = inst_id;
864 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL);
871 btif_gattc_cb_t btif_cb; local
872 btif_cb.status = call_status;
873 btif_cb.action = 0;
875 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL);
974 btif_gattc_cb_t btif_cb; local
1026 btif_gattc_cb_t btif_cb; local
1038 btif_gattc_cb_t btif_cb; local
1050 btgatt_adv_filter_cb_t btif_cb; local
1064 btgatt_adv_filter_cb_t btif_cb; local
1077 btgatt_adv_filter_cb_t btif_cb; local
1612 btif_gattc_cb_t btif_cb; local
1621 btif_gattc_cb_t btif_cb; local
1630 btif_gattc_cb_t btif_cb; local
1639 btif_gattc_cb_t btif_cb; local
1651 btif_gattc_cb_t btif_cb; local
1662 btif_gattc_cb_t btif_cb; local
1730 btif_gattc_cb_t btif_cb; local
1740 btif_gattc_cb_t btif_cb; local
1752 btif_gattc_cb_t btif_cb; local
1763 btif_gattc_cb_t btif_cb; local
1774 btif_gattc_cb_t btif_cb; local
1786 btif_gattc_cb_t btif_cb; local
1802 btif_gattc_cb_t btif_cb; local
1816 btif_gattc_cb_t btif_cb; local
1827 btif_gattc_cb_t btif_cb; local
1839 btif_gattc_cb_t btif_cb; local
1850 btif_gattc_cb_t btif_cb; local
1860 btif_gattc_cb_t btif_cb; local
1871 btif_conn_param_cb_t btif_cb; local
1982 btif_gattc_cb_t btif_cb; local
    [all...]
btif_dm.c 2218 btif_activity_energy_info_cb_t btif_cb; local
    [all...]

Completed in 1136 milliseconds