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

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 509 btif_gattc_cb_t btif_cb; local
516 bdcpy(btif_cb.bd_addr.address, p_data->inq_res.bd_addr);
517 btif_cb.device_type = p_data->inq_res.device_type;
518 btif_cb.rssi = p_data->inq_res.rssi;
519 btif_cb.addr_type = p_data->inq_res.ble_addr_type;
522 memcpy(btif_cb.value, p_data->inq_res.p_eir, 62);
544 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL);
549 btif_gattc_cb_t btif_cb; local
551 bdcpy(btif_cb.bd_addr.address, p_result->rem_bda);
552 btif_cb.rssi = p_result->rssi
849 btif_gattc_cb_t btif_cb; local
858 btif_gattc_cb_t btif_cb; local
867 btif_gattc_cb_t btif_cb; local
876 btif_gattc_cb_t btif_cb; local
887 btif_gattc_cb_t btif_cb; local
898 btif_gattc_cb_t btif_cb; local
910 btif_gattc_cb_t btif_cb; local
960 btif_gattc_cb_t btif_cb; local
970 btif_gattc_cb_t btif_cb; local
983 btif_gattc_cb_t btif_cb; local
1001 btif_gattc_cb_t btif_cb; local
1020 btif_gattc_cb_t btif_cb; local
1037 btif_gattc_cb_t btif_cb; local
1052 btif_gattc_cb_t btif_cb; local
1067 btif_gattc_cb_t btif_cb; local
1086 btif_gattc_cb_t btif_cb; local
1102 btif_gattc_cb_t btif_cb; local
1114 btif_gattc_cb_t btif_cb; local
1128 btif_gattc_cb_t btif_cb; local
1140 btif_gattc_cb_t btif_cb; local
    [all...]
btif_gatt_server.c 477 btif_gatts_cb_t btif_cb; local
478 memcpy(&btif_cb.uuid, uuid, sizeof(bt_uuid_t));
480 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL);
486 btif_gatts_cb_t btif_cb; local
487 btif_cb.server_if = (uint8_t) server_if;
489 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL);
495 btif_gatts_cb_t btif_cb; local
496 btif_cb.server_if = (uint8_t) server_if;
497 btif_cb.is_direct = is_direct ? 1 : 0;
498 bdcpy(btif_cb.bd_addr.address, bd_addr->address)
506 btif_gatts_cb_t btif_cb; local
518 btif_gatts_cb_t btif_cb; local
530 btif_gatts_cb_t btif_cb; local
543 btif_gatts_cb_t btif_cb; local
557 btif_gatts_cb_t btif_cb; local
569 btif_gatts_cb_t btif_cb; local
580 btif_gatts_cb_t btif_cb; local
590 btif_gatts_cb_t btif_cb; local
601 btif_gatts_cb_t btif_cb; local
616 btif_gatts_cb_t btif_cb; local
    [all...]

Completed in 63 milliseconds